[issue24561] [VS2013] Py_InitializeEx causes fatal error being from winnt-service

Vitaly Murashev report at bugs.python.org
Fri Jul 3 19:58:29 CEST 2015


Vitaly Murashev added the comment:

More details:
previously Python3.4.3 was compiled in my environment using compiler from VisualStudio-2005 and everything worked well. The crash has come right after changing compiler to the one from VisualStudio-2013

So something definitely changed inside Microsoft runtime implementation.
For unknown reason when winnt-service is running, 
its std file handles 0,1,2 can be duplicated using dup()
but fstat() fails

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24561>
_______________________________________


More information about the Python-bugs-list mailing list