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 rfm
Recipients christian.heimes, docs@python, neologix, rfm, vstinner
Date 2013-10-30.10:34:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383129267.85.0.242189612689.issue19444@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I correct my earlier statement: even if the fd you pass to mmap.mmap() is set to FD_CLOEXEC, the dup'd fd /will not be/

So this is a REALLY bad bug because users cannot workaround it except by just not using mmap
History
Date User Action Args
2013-10-30 10:34:27rfmsetrecipients: + rfm, vstinner, christian.heimes, neologix, docs@python
2013-10-30 10:34:27rfmsetmessageid: <1383129267.85.0.242189612689.issue19444@psf.upfronthosting.co.za>
2013-10-30 10:34:27rfmlinkissue19444 messages
2013-10-30 10:34:27rfmcreate