[issue3850] find_recursion_limit.py is broken

Antoine Pitrou report at bugs.python.org
Fri Sep 12 22:19:10 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

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.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3850>
_______________________________________


More information about the Python-bugs-list mailing list