[issue17058] Python crashes with error 0xc0000417

Brian Curtin report at bugs.python.org
Mon Jan 28 07:39:29 CET 2013


Brian Curtin added the comment:

Passing CRT objects (like a file handle) across runtime boundaries results in unexpected behavior, which is probably what's happening here.

In the past people have mentioned porting 2.7 to VS2010 which would encounter the same issues you're seeing here. Here's a link to that discussion: http://mail.python.org/pipermail/python-dev/2012-August/121406.html

----------

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


More information about the Python-bugs-list mailing list