]> granicus.if.org Git - python/commit
Issue #18763: subprocess: The file descriptors are now closed after calling the
authorCharles-François Natali <cf.natali@gmail.com>
Sun, 25 Aug 2013 16:24:45 +0000 (18:24 +0200)
committerCharles-François Natali <cf.natali@gmail.com>
Sun, 25 Aug 2013 16:24:45 +0000 (18:24 +0200)
commit249cdc39fcfb0405ccb2c952f5d8bfce77deb53d
tree7abb55a26b0ce6a800fdad7bfd4e94fab6da220f
parentec8147ba5548bac5cefa41f98517e52528a6a0bd
Issue #18763: subprocess: The file descriptors are now closed after calling the
preexec_fn callback, which may open file descriptors.
Lib/test/test_subprocess.py
Modules/_posixsubprocess.c