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 steve.dower
Recipients larry, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-03-06.00:26:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425601603.84.0.604783781575.issue23524@psf.upfronthosting.co.za>
In-reply-to
Content
Added a patch that disables the invalid parameter handler in new_threadstate() so that all Python threads are protected from termination.

_PyVerify_fd is still moved into fileutils.c, but _Py_BEGIN/END_SUPPRESS_IPH and _Py_VERIFY_FD are gone. For VC14, _PyVerify_fd simply calls _get_osfhandle and checks the result.

As it's a hack, I haven't updated any documentation to draw attention to this, but I hope this is simpler enough that we can get Windows builds going again.
History
Date User Action Args
2015-03-06 00:26:44steve.dowersetrecipients: + steve.dower, vstinner, larry, tim.golden, zach.ware, serhiy.storchaka
2015-03-06 00:26:43steve.dowersetmessageid: <1425601603.84.0.604783781575.issue23524@psf.upfronthosting.co.za>
2015-03-06 00:26:43steve.dowerlinkissue23524 messages
2015-03-06 00:26:43steve.dowercreate