Robert Merrill added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19444>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to