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 iritkatriel
Recipients davin, iritkatriel, moi90, pitrou
Date 2020-09-08.17:01:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599584483.5.0.793899408284.issue41539@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-09-08 17:01:23iritkatrielsetrecipients: + iritkatriel, pitrou, davin, moi90
2020-09-08 17:01:23iritkatrielsetmessageid: <1599584483.5.0.793899408284.issue41539@roundup.psfhosted.org>
2020-09-08 17:01:23iritkatriellinkissue41539 messages
2020-09-08 17:01:23iritkatrielcreate