]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Fix ref counting in extend() and extendleft().
authorRaymond Hettinger <python@rcn.com>
Sat, 7 Feb 2004 02:45:22 +0000 (02:45 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 7 Feb 2004 02:45:22 +0000 (02:45 +0000)
commitc058fd14a9abdffff4f65ebd87a042fad6e68a2e
tree41f0a0e596a48de87bd46fab96b07de585a45380
parentb5ba8d749d66403edab1eaf9f3f83006134c0a67
* Fix ref counting in extend() and extendleft().
* Let deques support reversed().
Doc/lib/libcollections.tex
Lib/test/test_deque.py
Modules/collectionsmodule.c
Objects/enumobject.c