speed up access to module globals
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 6 Mar 2013 23:17:37 +0000 (00:17 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 6 Mar 2013 23:17:37 +0000 (00:17 +0100)
commitafba831b4fba226999367dfc6ab56e99543c38bb
treee4d8a1b6cea9e7940c8e100cbc92110d9b859aeb
parent34ded093d1f7a00a63842230d660a56bee1f3815
speed up access to module globals
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Utility/ObjectHandling.c