]> granicus.if.org Git - python/commitdiff
subprocess's Popen.wait() is now thread safe so that multiple threads
authorGregory P. Smith <greg@krypto.org>
Wed, 23 Apr 2014 07:38:22 +0000 (00:38 -0700)
committerGregory P. Smith <greg@krypto.org>
Wed, 23 Apr 2014 07:38:22 +0000 (00:38 -0700)
may be calling wait() or poll() on a Popen instance at the same time
without losing the Popen.returncode value.  Fixes issue #21291.

1  2 
Lib/subprocess.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
Simple merge