]> granicus.if.org Git - python/commit
Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 16 Dec 2014 17:43:46 +0000 (19:43 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 16 Dec 2014 17:43:46 +0000 (19:43 +0200)
commit707b5ccde56e89162660d7aaae584eeaf2736120
tree719fe88e870eee24451dd4935d1f5df1be5158ec
parent01bdd9a98070f12ad27611a37db91fd5ecae7358
Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX
opcode if possible.
Lib/test/pickletester.py
Lib/test/test_descr.py
Misc/NEWS
Modules/_pickle.c
Objects/typeobject.c