use interned Python string constant instead of calling through __Pyx_GetAttrString()
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 27 Jan 2013 05:45:58 +0000 (06:45 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 27 Jan 2013 05:45:58 +0000 (06:45 +0100)
commit6aaa09e22c1fd95702a14f99ec3d7a7b58163f77
treea8376326b4f6edf4ab04adb7395c8ac6425ad60c
parent3e9bfbb6594c839880949c07a7d901dc48bc9c41
use interned Python string constant instead of calling through __Pyx_GetAttrString()
Cython/Compiler/ExprNodes.py