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 r.david.murray
Recipients docs@python, r.david.murray, vstinner
Date 2013-12-31.15:58:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388505494.08.0.643576998185.issue20100@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/dev/library/select.html#select.epoll documents the EPOLL_CLOEXEC flag as something you can specify that makes the file descriptor be closed on exec.  But then it goes on to say that the file descriptor is non-inheritable.  So is the flag useless and should be removed from the docs, or is the documentation just unclear as to its purpose?  Or, conversely, do we need a way to say that the file descriptor should *not* be closed on exec?
History
Date User Action Args
2013-12-31 15:58:14r.david.murraysetrecipients: + r.david.murray, vstinner, docs@python
2013-12-31 15:58:14r.david.murraysetmessageid: <1388505494.08.0.643576998185.issue20100@psf.upfronthosting.co.za>
2013-12-31 15:58:13r.david.murraylinkissue20100 messages
2013-12-31 15:58:13r.david.murraycreate