]> granicus.if.org Git - python/commit
Issue #5392: when a very low recursion limit was set, the interpreter would
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Mar 2009 19:25:20 +0000 (19:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Mar 2009 19:25:20 +0000 (19:25 +0000)
commit652e7076fee59d92d19a0d6e326b9069a2aa09e4
tree5287ec21422abfbe642d9ff2138cebac2ac04a00
parentae2dbe2543859f9ad0ff0a2e84b33421c8fd5406
Issue #5392: when a very low recursion limit was set, the interpreter would
abort with a fatal error after the recursion limit was hit twice.
Include/ceval.h
Lib/test/test_sys.py
Misc/NEWS