]> granicus.if.org Git - python/commit
Moved the initalization of the exception before the initialization of sys.
authorChristian Heimes <christian@cheimes.de>
Wed, 14 Nov 2007 00:16:07 +0000 (00:16 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 14 Nov 2007 00:16:07 +0000 (00:16 +0000)
commit9a68f8c3041fbd91f1e1a116d6c773fab3645cf6
treec72553b5139722be7ad463583a3033b22c96eac9
parenteb9b39bd579b6365481542a82f2f481352f008db
Moved the initalization of the exception before the initialization of sys.
On Windows _PySys_Init() could raise an uninitialized exception which leads to a seg fault.
Python/pythonrun.c