re-allow Python values in ExprStatNode and NameNode in nogil sections if they do...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 27 Dec 2010 09:38:00 +0000 (10:38 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 27 Dec 2010 09:38:00 +0000 (10:38 +0100)
commit22516cc1a425b8d124d94613b87a94d4da68a034
treec2c11a6507c5aec2c6e02f9e99007f6ffa367131
parentbc3b45b6b3469274a09e687e659f187da8856b5a
re-allow Python values in ExprStatNode and NameNode in nogil sections if they do not need cleanup (e.g. cached builtin names or constants)
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
tests/errors/nogil.pyx