]> granicus.if.org Git - python/commit
#3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 22 Nov 2008 20:01:18 +0000 (20:01 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 22 Nov 2008 20:01:18 +0000 (20:01 +0000)
commitdc61901dd2b1bcb5467ebc36ef35a51106d9b103
treecdbc71af947b60d1a9d77243a881b6ff96fa445b
parent98adb5ca65624782918556a51c53fe9fbaf158a0
#3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from
stack overflow. But doing this, it always crashes when the stack is nearly full.

Reviewed by Martin von Loewis. Will backport to 2.6.
Misc/NEWS
Python/pythonrun.c