Fix C++ exception handling for nogil functions (with Stephane Drouard)
authorLisandro Dalcin <dalcinl@gmail.com>
Mon, 27 Sep 2010 15:58:49 +0000 (12:58 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Mon, 27 Sep 2010 15:58:49 +0000 (12:58 -0300)
commit2a8c7772d0dbb0d7f0ccd2e4c9c09b326d6d50e4
treee642b9fff5b572dcb364e4eac58b0111e8d9c487
parentfc96c622a2cd33e07e55277a5a77c9b4038ccf37
Fix C++ exception handling for nogil functions (with Stephane Drouard)
Cython/Compiler/ExprNodes.py
tests/run/cpp_exceptions_nogil.pyx [new file with mode: 0644]
tests/run/cpp_exceptions_nogil_helper.h [new file with mode: 0644]