avoid code duplication by generating List/Tuple_GetSlice utility code from a common...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Mar 2013 17:29:32 +0000 (18:29 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Mar 2013 17:29:32 +0000 (18:29 +0100)
commitfc1935311bf97f359df8709bee3a8620702e4cc5
treed794d2dee9e9a646df836ea2957553b52e00d766
parentce58dc06c9550d60164e71f28d676b799237bb56
avoid code duplication by generating List/Tuple_GetSlice utility code from a common template
Cython/Compiler/ExprNodes.py
Cython/Utility/ObjectHandling.c