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

Antoine Pitrou report at bugs.python.org
Sun Jun 9 16:58:53 EDT 2019


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

Note that PickleBuffer is really a built-in type (it's defined in Objects/picklebufobject.c). However it's exposed from _pickle.c because it doesn't make sense to expose it in the `builtins` module.

----------

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


More information about the Python-bugs-list mailing list