[issue12680] cPickle.loads is not thread safe due to non-thread-safe imports

Tal Einat report at bugs.python.org
Mon Aug 5 04:38:26 EDT 2019


Tal Einat <taleinat at gmail.com> added the comment:

I am able to reproduce this with Python 3.6.3 and 3.7.0, but not with 3.7.4, 3.8.0b3 or current master (to be 3.9).

This has been fixed since 3.7.3; see issue #34572.

----------
nosy: +taleinat
resolution: not a bug -> fixed
stage:  -> resolved
status: pending -> closed

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


More information about the Python-bugs-list mailing list