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 vmurashev
Recipients paul.moore, steve.dower, tim.golden, vmurashev, zach.ware
Date 2015-07-03.17:58:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435946309.12.0.917330552695.issue24561@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-07-03 17:58:29vmurashevsetrecipients: + vmurashev, paul.moore, tim.golden, zach.ware, steve.dower
2015-07-03 17:58:29vmurashevsetmessageid: <1435946309.12.0.917330552695.issue24561@psf.upfronthosting.co.za>
2015-07-03 17:58:29vmurashevlinkissue24561 messages
2015-07-03 17:58:28vmurashevcreate