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 vstinner
Recipients jkloth, miss-islington, vstinner
Date 2019-10-09.15:06:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570633617.71.0.567427914777.issue38207@roundup.psfhosted.org>
In-reply-to
Content
regrtest now workarounds this issue using timeouts on subprocess.Popen.wait() and threading.Thread.join() operations: see bpo-37531.
History
Date User Action Args
2019-10-09 15:06:57vstinnersetrecipients: + vstinner, jkloth, miss-islington
2019-10-09 15:06:57vstinnersetmessageid: <1570633617.71.0.567427914777.issue38207@roundup.psfhosted.org>
2019-10-09 15:06:57vstinnerlinkissue38207 messages
2019-10-09 15:06:57vstinnercreate