commit | 9a68f8c3041fbd91f1e1a116d6c773fab3645cf6 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Wed Nov 14 00:16:07 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Wed Nov 14 00:16:07 2007 +0000 |
tree | c72553b5139722be7ad463583a3033b22c96eac9 | |
parent | eb9b39bd579b6365481542a82f2f481352f008db [diff] |
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.