diff options
author | Gregory P. Smith <greg@krypto.org> | 2014-04-23 00:38:22 -0700 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2014-04-23 00:38:22 -0700 |
commit | b2188630125e5b5815aa60181fdd93f036a89522 (patch) | |
tree | a356a51e8701e88b1e982f3cc48f16eb3301fe52 /Python/sysmodule.c | |
parent | b0c597f5ffcb696a394c5901fec0e489f854ae12 (diff) | |
parent | d65ba51e245ffdd155bc1e7b8884fc943048111f (diff) | |
download | cpython-git-b2188630125e5b5815aa60181fdd93f036a89522.tar.gz |
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.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions