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 docs@python, mfs, vstinner
Date 2015-01-21.10:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421836759.56.0.797903681278.issue23288@psf.upfronthosting.co.za>
In-reply-to
Content
File descriptors are not closed, but not inherited neither, in Python 3.4. See the PEP 446.

To have a reliable behaviour on all platforms and all Python versions, just use the pass_fds parameter.
History
Date User Action Args
2015-01-21 10:39:19vstinnersetrecipients: + vstinner, docs@python, mfs
2015-01-21 10:39:19vstinnersetmessageid: <1421836759.56.0.797903681278.issue23288@psf.upfronthosting.co.za>
2015-01-21 10:39:19vstinnerlinkissue23288 messages
2015-01-21 10:39:19vstinnercreate