[issue20057] wrong behavior with fork and mmap

Brett Tiplitz report at bugs.python.org
Mon Dec 23 22:37:33 CET 2013


Brett Tiplitz added the comment:

Changing the code to 
    subprocess.call(["/bin/ls", "-l", "/proc/self/fd"])
and running this on Python 3.3 does show this as being resolved by the broader fix implemented in PEP 446.  It does seem bad that the os.system call remains in place with bad behavior as I know it's widely used.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20057>
_______________________________________


More information about the Python-bugs-list mailing list