[docs] [issue19444] mmap.mmap() allocates a file descriptor that isn't CLOEXEC

STINNER Victor report at bugs.python.org
Wed Oct 30 10:33:44 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19444>
_______________________________________


More information about the docs mailing list