[issue37210] Pure Python pickle module should not depend on _pickle.PickleBuffer

Antoine Pitrou report at bugs.python.org
Tue Jun 11 04:07:56 EDT 2019


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

Right, it is probably not possible to write a pure Python PickleBuffer. There's a reason it's written in C...

When you said "make PickleBuffer an optional dependency", I thought you intended to have a usable pure Python Pickler, but without support for the PickleBuffer class.

----------

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


More information about the Python-bugs-list mailing list