]> granicus.if.org Git - python/commit
Issue #25764: Preserve subprocess fork exception when preexec_fn used
authorMartin Panter <vadmium+py@gmail.com>
Mon, 30 Nov 2015 02:21:41 +0000 (02:21 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 30 Nov 2015 02:21:41 +0000 (02:21 +0000)
commitafdd51343cafbc02443fa6f7a2166af951a67c64
tree785c05f8dd519863ffc6f2c6ce1908387c5249f5
parentc7217d7c2210008ba06e9bcb2a14439a451eef71
Issue #25764: Preserve subprocess fork exception when preexec_fn used

Also fix handling of failure to release the import lock.
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_posixsubprocess.c