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 benjamin.peterson, gregory.p.smith, martin.panter, serhiy.storchaka, vstinner
Date 2016-04-19.12:33:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461069199.01.0.734696331182.issue26769@psf.upfronthosting.co.za>
In-reply-to
Content
> It looks like some of these do make the file descriptor accessible to the Python user. (...)

Oh right, I reverted changes on these modules.

What do you think of the patch version 2?

Changes since patch version 1:

* Revert changes in linuxaudio, oss, select, etc. modules
* Fix _Py_try_set_non_inheritable(): *set* the FD_CLOEXEC flag, don't clear it!
* Optimize _Py_try_set_non_inheritable(): avoid fcntl() if possible (backport issue #26770)
History
Date User Action Args
2016-04-19 12:33:19vstinnersetrecipients: + vstinner, gregory.p.smith, benjamin.peterson, martin.panter, serhiy.storchaka
2016-04-19 12:33:19vstinnersetmessageid: <1461069199.01.0.734696331182.issue26769@psf.upfronthosting.co.za>
2016-04-19 12:33:18vstinnerlinkissue26769 messages
2016-04-19 12:33:18vstinnercreate