STINNER Victor added the comment:

"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/

----------
versions: +Python 3.3, Python 3.4 -Python 3.2

_______________________________________
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