]> granicus.if.org Git - python/commit
Issue #29368: The extend() method is now called instead of the append()
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Feb 2017 09:12:47 +0000 (11:12 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Feb 2017 09:12:47 +0000 (11:12 +0200)
commitbee09aecc2c317fd3488b819ab88a13e0755189e
tree7a7efc93b0be362f0bace2153092feeb9b32204b
parentbb19bf275b465b8a17da51b6365f9d2800921a05
Issue #29368: The extend() method is now called instead of the append()
method when unpickle collections.deque and other list-like objects.
This can speed up unpickling to 2 times.
Lib/pickle.py
Misc/NEWS
Modules/_pickle.c