move __Pyx_GetName() into external utility file and make it use faster __Pyx_PyObject...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Feb 2013 21:30:40 +0000 (22:30 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Feb 2013 21:30:40 +0000 (22:30 +0100)
commit23350e5a905c38a75e3d10c66ec1f50f84f0e6e8
tree0106013a8f72c26814b79f5b808bd3b5f017e460
parent10596f28a8a81d3a62171cbcfb29561234f5c5f1
move __Pyx_GetName() into external utility file and make it use faster __Pyx_PyObject_GetAttrStr()
Cython/Compiler/ExprNodes.py
Cython/Utility/ObjectHandling.c