]> granicus.if.org Git - python/commit
implements PyOS_CheckStack for Windows and MSVC. this fixes a
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 27 Aug 2000 19:15:31 +0000 (19:15 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 27 Aug 2000 19:15:31 +0000 (19:15 +0000)
commit2f15b25da2060ab723e0bb82a8f4f713d547b2b8
tree09ab0cf972b91f2c24524e927960fd0d23f4bd55
parent0ae722e0a21e7fff58e94f6b62b6340761312f7e
implements PyOS_CheckStack for Windows and MSVC.  this fixes a
couple of potential stack overflows, including bug #110615.

closes patch #101238
Include/pythonrun.h
Python/pythonrun.c