avoid code duplication by generating GetSlice/SetSlice utility code from a common...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Mar 2013 17:19:15 +0000 (18:19 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Mar 2013 17:19:15 +0000 (18:19 +0100)
commitce58dc06c9550d60164e71f28d676b799237bb56
tree87bc53de8ab5790643c3a44bf0202c74125f2e35
parent53de3248f5a8cb22139ee2c4444c17a9e272a3f7
avoid code duplication by generating GetSlice/SetSlice utility code from a common template
Cython/Compiler/ExprNodes.py
Cython/Utility/ObjectHandling.c