Gregory P. Smith <g...@krypto.org> added the comment:

yes, Popen's use of a lock since that change means that Popen.wait() cannot be 
called in an asynchronous context where its own execution could be blocking the 
execution of code that would unlock the lock.

at this point we should probably just document that.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue25960>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to