]> granicus.if.org Git - python/commit
Double the speed of list.pop() which was spending most of its time parsing
authorRaymond Hettinger <python@rcn.com>
Tue, 17 Feb 2004 11:36:16 +0000 (11:36 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 17 Feb 2004 11:36:16 +0000 (11:36 +0000)
commit9eb86b3c7cd44831735392f67ae3d97f859271ba
tree86b0ff93f942960d040833c279a36bf81f08d251
parent79b5cf112932dd2e3dd14bc9be3f45db88d7faa4
Double the speed of list.pop() which was spending most of its time parsing
arguments.
Objects/listobject.c