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.
Showing
Please register or sign in to comment
On Windows _PySys_Init() could raise an uninitialized exception which leads to a seg fault.