Program calling unwanted functions
Ian Kelly
ian.g.kelly at gmail.com
Mon Dec 22 19:12:15 EST 2014
More information about the Python-list mailing list
Mon Dec 22 19:12:15 EST 2014
- Previous message (by thread): Program calling unwanted functions
- Next message (by thread): TypeError: unhashable type: 'list'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Dec 22, 2014 6:06 PM, <sohcahtoa82 at gmail.com> wrote: > > Huh...there actually is a limit of about 1,000. I'm assuming this is hard-coded? I did a similar test with Java a while back and was getting different results every time. The default is 1000 but it can be configured with sys.setrecursionlimit. I think Java only uses a memory limit, not a frame limit. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20141222/d3fd90d8/attachment.html>
- Previous message (by thread): Program calling unwanted functions
- Next message (by thread): TypeError: unhashable type: 'list'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list