[issue39681] pickle.load expects an object that implements readinto

Antoine Pitrou report at bugs.python.org
Mon Feb 24 08:06:05 EST 2020


Antoine Pitrou <pitrou at free.fr> added the comment:

The regression is fixed in git master and in the 3.8 branch. However, I would still advice against the idiom of handling a mmap object as a regular file when using pickle.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list