]> granicus.if.org Git - python/commit
Issue #3697: "Fatal Python error: Cannot recover from stack overflow"
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 3 Sep 2008 18:34:34 +0000 (18:34 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 3 Sep 2008 18:34:34 +0000 (18:34 +0000)
commit658fad8aae60e6c25a102fb56884bf66577366f8
tree641c4687bd0227b36f37fc9d1014358857b27df1
parent338f5786eac83f473bcdde27fea6280c762fd92d
Issue #3697: "Fatal Python error: Cannot recover from stack overflow"
could be easily encountered under Windows in debug mode when exercising
the recursion limit checking code, due to bogus handling of recursion
limit when USE_STACKCHEK was enabled.

Reviewed by Amaury Forgeot d'Arc on IRC.
Include/ceval.h
Misc/NEWS
Python/ceval.c