[issue31993] pickle.dump allocates unnecessary temporary bytes / str

Antoine Pitrou report at bugs.python.org
Sun Nov 12 10:50:45 EST 2017


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

Framing was originally intended to improve unpickling (since you don't have to issue lots of tiny file reads anymore).  No objection to also improve pickling, though :-)

----------

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


More information about the Python-bugs-list mailing list