]> granicus.if.org Git - python/commit
Keep the list.pop() optimization while restoring the many possibility
authorRaymond Hettinger <python@rcn.com>
Thu, 19 Feb 2004 06:12:06 +0000 (06:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 19 Feb 2004 06:12:06 +0000 (06:12 +0000)
commitfa6c6f8a73c8da8242c2b4bfb5358733a5f1ef92
treea3ade21d52e8e7d2228232bd4a0853739da3ae7c
parent44dbae8cca50ab94acde193df4415a27ac1b47fd
Keep the list.pop() optimization while restoring the many possibility
for types other than PyInt being accepted for the optional argument.
(Spotted by Neal Norwitz.)
Objects/listobject.c