This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alexandre.vassalotti, pitrou
Date 2008-09-12.20:19:10
SpamBayes Score 6.3351574e-05
Marked as misclassified No
Message-id <1221250750.94.0.938451716524.issue3850@psf.upfronthosting.co.za>
In-reply-to
Content
It's not my code, it's the interpreter's code which uses
PyDict_GetItem() all over the place, and the aim of
find_recursion_limit.py is precisely to test the function call paths
inside the interpreter.
History
Date User Action Args
2008-09-12 20:19:11pitrousetrecipients: + pitrou, alexandre.vassalotti
2008-09-12 20:19:10pitrousetmessageid: <1221250750.94.0.938451716524.issue3850@psf.upfronthosting.co.za>
2008-09-12 20:19:10pitroulinkissue3850 messages
2008-09-12 20:19:10pitroucreate