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 vstinner
Recipients BreamoreBoy, akuchling, damiro, eryksun, pitrou, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2015-04-14.08:19:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428999585.51.0.268127771811.issue19050@psf.upfronthosting.co.za>
In-reply-to
Content
> The default (and standards-violating) behavior of the Windows CRT is to kill the process for a bad file descriptor, instead of just setting errno to EBADF.

Ah, if the issue is the behaviour of the MSVCRT on EBADF, Steve Dower can help you. He wrote the _Py_BEGIN_SUPPRESS_IPH/_Py_END_SUPPRESS_IPH thing for Python 3.5 and Visual Studio 2015 (Issue #23668).
History
Date User Action Args
2015-04-14 08:19:45vstinnersetrecipients: + vstinner, tim.peters, akuchling, pitrou, tim.golden, damiro, BreamoreBoy, zach.ware, eryksun, steve.dower
2015-04-14 08:19:45vstinnersetmessageid: <1428999585.51.0.268127771811.issue19050@psf.upfronthosting.co.za>
2015-04-14 08:19:45vstinnerlinkissue19050 messages
2015-04-14 08:19:45vstinnercreate