[issue11286] Some "trivial" python 2.x pickles fails to load in Python 3.2

Nick Coghlan report at bugs.python.org
Tue Feb 22 23:01:50 CET 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Antoine's patch looks good to me.

Given the assumptions in the memoryview code, disallowing NULL for the buf pointer sounds like the right thing to do, even for zero-length buffers.

----------

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


More information about the Python-bugs-list mailing list