]> 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:25:38 +0000 (18:25 +0200)
committerCharles-François Natali <cf.natali@gmail.com>
Sun, 25 Aug 2013 16:25:38 +0000 (18:25 +0200)
commitd317f4c84ed7b2830f692f5b24409a818729b26a
tree6df910752ebb85035a280ff76e0af6e2d347b898
parent59390279699f5c3c3367f914dfe954d703c62b95
parent249cdc39fcfb0405ccb2c952f5d8bfce77deb53d
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