]> granicus.if.org Git - python/commit
Perform correct handling of stack overflow for windows: Catch the correct exception...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 18 Feb 2008 17:40:47 +0000 (17:40 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 18 Feb 2008 17:40:47 +0000 (17:40 +0000)
commit5299935be5acefae819bcc08a888a9466747d7cb
treef7a5fabe2363bbe7baf86cadcee88e173c9c935e
parentd50a5f28450a6da6bf38a71b512761578e7556d8
Perform correct handling of stack overflow for windows: Catch the correct exception code and reset the overflow condition when handled.
Python/pythonrun.c