[issue31990] Pickling deadlocks in thread with python -m

Irit Katriel report at bugs.python.org
Mon Nov 30 14:29:29 EST 2020


Irit Katriel <iritkatriel at yahoo.com> added the comment:

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.

----------
nosy: +iritkatriel
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31990>
_______________________________________


More information about the Python-bugs-list mailing list