➜

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.

作者 iritkatriel
收信人 davin, iritkatriel, moi90, pitrou
日期 2020-09-08.17:01:23
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1599584483.5.0.793899408284.issue41539@roundup.psfhosted.org>
In-reply-to
内容
This may be relevant: https://stackoverflow.com/questions/9337711/subprocess-popen-not-thread-safe


It points to print() being not thread safe and suggests to use sys.stdout.write instead.  That worked for me with your script.
历史
日期 用户 动作 参数
2020-09-08 17:01:23iritkatriel修改recipients: + iritkatriel, pitrou, davin, moi90
2020-09-08 17:01:23iritkatriel修改messageid: <1599584483.5.0.793899408284.issue41539@roundup.psfhosted.org>
2020-09-08 17:01:23iritkatriel链接issue41539 messages
2020-09-08 17:01:23iritkatriel创建