Message237310
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. |
|
Date |
User |
Action |
Args |
2015-03-06 00:26:44 | steve.dower | set | recipients:
+ steve.dower, vstinner, larry, tim.golden, zach.ware, serhiy.storchaka |
2015-03-06 00:26:43 | steve.dower | set | messageid: <1425601603.84.0.604783781575.issue23524@psf.upfronthosting.co.za> |
2015-03-06 00:26:43 | steve.dower | link | issue23524 messages |
2015-03-06 00:26:43 | steve.dower | create | |
|