]> granicus.if.org Git - python/commit
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Nov 2015 09:23:04 +0000 (11:23 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Nov 2015 09:23:04 +0000 (11:23 +0200)
commitd7a441559921804a5a6141c3ec42f896f8f3b010
treeeaeaa693fe1af5871f54222f7d07d7cc49d3dd16
parenta9dcdabccb1a1f7c76030c0b188ecaf7ab599e57
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
rejects builtin types with not defined __new__.
Added tests for non-pickleable types.
Lib/test/test_dictviews.py
Lib/test/test_generators.py
Lib/test/test_xml_etree.py
Lib/test/test_zlib.py
Misc/NEWS
Objects/typeobject.c