fix Python exception checking within nogil blocks
authorLisandro Dalcin <dalcinl@gmail.com>
Wed, 6 Oct 2010 14:42:05 +0000 (11:42 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Wed, 6 Oct 2010 14:42:05 +0000 (11:42 -0300)
commitf3e947442cefc6df968922ea8824e0ce9d1f9936
tree484a50b1cc69f059c2c83c8c1e6b6771f7e32047
parent17111fa709ca24ac5aa639b3c85e86ac6b5d9c1a
fix Python exception checking within nogil blocks
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
tests/run/exceptions_nogil.pyx [new file with mode: 0644]