]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 70344 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Mar 2009 20:38:56 +0000 (20:38 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Mar 2009 20:38:56 +0000 (20:38 +0000)
commit6bb7c011da68c7e61b9be3a5012c688810b11832
treec372fb9146c5cd2e24aafe5a2dfbe21299792d5f
parent7c4653439a3a593e862dc6821e955f3fcda55a73
Merged revisions 70344 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r70344 | antoine.pitrou | 2009-03-13 20:25:20 +0100 (ven., 13 mars 2009) | 4 lines

  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