cleanup, avoid allocating a Python string for the self argument
authorStefan Behnel <scoder@users.berlios.de>
Tue, 26 Aug 2008 08:17:30 +0000 (10:17 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 26 Aug 2008 08:17:30 +0000 (10:17 +0200)
commit377e4514d2db8b443cc0593c2f5ee9e027c7e430
tree7028c58698acdc7df8d5724131e0efe861287b0d
parent74e4ce9040ece3a8c878a5692950351d0f9b72d8
cleanup, avoid allocating a Python string for the self argument
Cython/Compiler/Nodes.py