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 eryksun, paul.moore, srinim, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-11-18.23:50:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479513048.55.0.859947750493.issue28732@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like a few functions in os module need this. os_execve_impl also doesn't release the GIL at any point, but I don't see why it shouldn't.

I'll try and get to this over the weekend if nobody else comes up with a patch first.
History
Date User Action Args
2016-11-18 23:50:48steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, eryksun, srinim
2016-11-18 23:50:48steve.dowersetmessageid: <1479513048.55.0.859947750493.issue28732@psf.upfronthosting.co.za>
2016-11-18 23:50:48steve.dowerlinkissue28732 messages
2016-11-18 23:50:48steve.dowercreate