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 Arkady M
Recipients Arkady M
Date 2020-06-04.13:27:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591277262.39.0.474213358409.issue40860@roundup.psfhosted.org>
In-reply-to
Content
The problem is likely in the call to multiprocessing.Process.join() with timeout. If I use timeout=None the code works.
History
Date User Action Args
2020-06-04 13:27:42Arkady Msetrecipients: + Arkady M
2020-06-04 13:27:42Arkady Msetmessageid: <1591277262.39.0.474213358409.issue40860@roundup.psfhosted.org>
2020-06-04 13:27:42Arkady Mlinkissue40860 messages
2020-06-04 13:27:42Arkady Mcreate