[issue21291] subprocess Popen objects are not thread safe w.r.t. wait() and returncode being set

Roundup Robot report at bugs.python.org
Wed Apr 23 09:38:32 CEST 2014


Roundup Robot added the comment:

New changeset 5d745d97b7da by Gregory P. Smith in branch '3.4':
subprocess's Popen.wait() is now thread safe so that multiple threads
http://hg.python.org/cpython/rev/5d745d97b7da

New changeset df45d0336dad by Gregory P. Smith in branch 'default':
subprocess's Popen.wait() is now thread safe so that multiple threads
http://hg.python.org/cpython/rev/df45d0336dad

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21291>
_______________________________________


More information about the Python-bugs-list mailing list