]> granicus.if.org Git - python/commit
Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Oct 2015 19:42:18 +0000 (22:42 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Oct 2015 19:42:18 +0000 (22:42 +0300)
commit0d554d7ef159761439ade414fcd028262eae656c
tree11aa1a1dfd3cfa07302f98d6b7b7409e9354d568
parent4e96df3b595ed87957ee12e86e49f63b2d1cd05f
Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
can now be pickled using pickle protocols older than protocol version 4.
Doc/whatsnew/3.6.rst
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS
Modules/_pickle.c
Objects/typeobject.c