Fix __Pyx_GetExcValue to avoid (possibly) running Python code while the thread state...
authorCarl Witty <cwitty@newtonlabs.com>
Sun, 14 Oct 2007 06:26:39 +0000 (23:26 -0700)
committerCarl Witty <cwitty@newtonlabs.com>
Sun, 14 Oct 2007 06:26:39 +0000 (23:26 -0700)
commitc58a775c00f8dadde05864cb2bf9349ab05e1a36
tree75e544af9eae557f474e84f8ee867947717ad34d
parent997ac5b6569d642737d95e5810715c696ab8a2c4
Fix __Pyx_GetExcValue to avoid (possibly) running Python code while the thread state is inconsistent
Cython/Compiler/ExprNodes.py