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 christian.heimes, docs@python, rfm, vstinner
Date 2013-10-30.09:33:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383125623.97.0.697475009841.issue19444@psf.upfronthosting.co.za>
In-reply-to
Content
"the file descriptor that mmap.mmap() allocates is not set to close-on-exec"

In Python 3.4, the file descriptor is now non-inheritable, as a side effect of the PEP 446.
http://www.python.org/dev/peps/pep-0446/
History
Date User Action Args
2013-10-30 09:33:44vstinnersetrecipients: + vstinner, christian.heimes, docs@python, rfm
2013-10-30 09:33:43vstinnersetmessageid: <1383125623.97.0.697475009841.issue19444@psf.upfronthosting.co.za>
2013-10-30 09:33:43vstinnerlinkissue19444 messages
2013-10-30 09:33:43vstinnercreate