commit | 658fad8aae60e6c25a102fb56884bf66577366f8 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 03 18:34:34 2008 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 03 18:34:34 2008 +0000 |
tree | 641c4687bd0227b36f37fc9d1014358857b27df1 | |
parent | 338f5786eac83f473bcdde27fea6280c762fd92d [diff] |
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.