nogil fix: disallow ExprStatNode to clean up Python expression results without holdin...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 27 Dec 2010 09:21:58 +0000 (10:21 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 27 Dec 2010 09:21:58 +0000 (10:21 +0100)
commitbc3b45b6b3469274a09e687e659f187da8856b5a
treed11077fc452ba34316ddd65c2fa30e1f2d4650c2
parent72fd96164cb13013565a6145078bb64456b47cec
nogil fix: disallow ExprStatNode to clean up Python expression results without holding the GIL
Cython/Compiler/Nodes.py
tests/errors/nogil.pyx