Message263734
| 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) |
|