papad added the comment:
In what version should this be fixed? I see https://bugs.python.org/issue34572
says the fix is in version 3.7, while I'm experiencing this on python 3.7.3,
which version should I check?
--
___
Python tracker
&
New submission from papad :
There seems to be a race condition when unpickling the same object from
different threads (My guess is it's related to imports that are related to the
unpickled object).
I have used the following files for reproduction (File contents are in the
attached ar