This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients chris.jerdonek, gregory.p.smith, vapier
Date 2020-02-24.23:22:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582586522.44.0.129700022801.issue25960@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-02-24 23:22:02gregory.p.smithsetrecipients: + gregory.p.smith, vapier, chris.jerdonek
2020-02-24 23:22:02gregory.p.smithsetmessageid: <1582586522.44.0.129700022801.issue25960@roundup.psfhosted.org>
2020-02-24 23:22:02gregory.p.smithlinkissue25960 messages
2020-02-24 23:22:02gregory.p.smithcreate