]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Nov 2015 09:59:03 +0000 (11:59 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Nov 2015 09:59:03 +0000 (11:59 +0200)
commitfedcf9474e73a8cb209a61f513f46fb062f2cd11
tree8b5cfe5db62251925f320e1be9226e80bbe564d0
parent76e6cc15b26e58685084497c869decd2a5275b21
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
rejects builtin types with not defined __new__.
Misc/NEWS
Objects/typeobject.c