]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22995: Instances of extension types with a state that aren't
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Dec 2015 18:43:29 +0000 (20:43 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Dec 2015 18:43:29 +0000 (20:43 +0200)
commitb8e54dd806e75f3591d8b7f07676a5738dad019d
treea7ba67021a3c201da7b5d0beffae25e16a479a79
parent2e6c8296817a8476cdb4c3c6ce6d79304379a4d7
Issue #22995: Instances of extension types with a state that aren't
subclasses of list or dict and haven't implemented any pickle-related
methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__,
or __getstate__), can no longer be pickled.  Including memoryview.
Lib/test/test_buffer.py
Lib/test/test_csv.py
Lib/test/test_memoryview.py
Misc/NEWS
Objects/typeobject.c