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 Werner Smidt, iritkatriel
Date 2020-11-30.19:29:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606764569.51.0.236975945158.issue31990@roundup.psfhosted.org>
In-reply-to
Content
I don't see the hang on Linux (3.7) or windows (3.10). I think this might be a python 2-only issue.

There were problems in Python 2 with importer race conditions, and since you start threads at import time, that could be what was causing what you saw.

Python 2.7 is no longer maintained, so unless the problems is relevant to Python 3 this issue can be closed.
History
Date User Action Args
2020-11-30 19:29:29iritkatrielsetrecipients: + iritkatriel, Werner Smidt
2020-11-30 19:29:29iritkatrielsetmessageid: <1606764569.51.0.236975945158.issue31990@roundup.psfhosted.org>
2020-11-30 19:29:29iritkatriellinkissue31990 messages
2020-11-30 19:29:29iritkatrielcreate