[issue8323] buffer objects are picklable but result is not unpicklable

Serhiy Storchaka report at bugs.python.org
Thu Nov 12 17:18:35 EST 2015


Serhiy Storchaka added the comment:

While buffer is only used in Python 2.x, there is a similar issue in 3.x with memoryview.

The patch for issue22995 fixes this issue.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8323>
_______________________________________


More information about the Python-bugs-list mailing list