From: Gregory P. Smith Date: Wed, 23 Apr 2014 07:38:22 +0000 (-0700) Subject: subprocess's Popen.wait() is now thread safe so that multiple threads X-Git-Tag: v3.5.0a1~1807 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2188630125e5b5815aa60181fdd93f036a89522;p=thirdparty%2FPython%2Fcpython.git subprocess's Popen.wait() is now thread safe so that multiple threads may be calling wait() or poll() on a Popen instance at the same time without losing the Popen.returncode value. Fixes issue #21291. --- b2188630125e5b5815aa60181fdd93f036a89522