optimise list.pop() a little more by splitting it off the generic anyobj.pop() implem...
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 16 Dec 2013 19:16:46 +0000 (20:16 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 16 Dec 2013 19:16:46 +0000 (20:16 +0100)
commit9b742052809ca844ffd868cc67a62adc38b9a784
tree7e35ce5f729ab425083bea2f5e216100996aec6d
parent1ba60d4fa687db3aa809b752f4aac03a0182f1ab
optimise list.pop() a little more by splitting it off the generic anyobj.pop() implementation
Cython/Compiler/Optimize.py
Cython/Utility/Optimize.c
tests/run/list_pop.pyx