This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients brian.curtin, cowwoc, r.david.murray
Date 2013-01-28.06:39:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359355169.85.0.634204308542.issue17058@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-01-28 06:39:29brian.curtinsetrecipients: + brian.curtin, r.david.murray, cowwoc
2013-01-28 06:39:29brian.curtinsetmessageid: <1359355169.85.0.634204308542.issue17058@psf.upfronthosting.co.za>
2013-01-28 06:39:29brian.curtinlinkissue17058 messages
2013-01-28 06:39:29brian.curtincreate