fix 'nogil' flag on PythonCapiCallNode after the last exception handling change
authorStefan Behnel <scoder@users.berlios.de>
Fri, 8 Oct 2010 08:18:22 +0000 (10:18 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 8 Oct 2010 08:18:22 +0000 (10:18 +0200)
commit75ae247deb973c3c43289163cbace41077ac16c8
tree24d82e7aa4f804aa443c721217eb7fc288a16b47
parent6cdd24b05aa5047a8ae5270c391ca91597f67070
fix 'nogil' flag on PythonCapiCallNode after the last exception handling change
Cython/Compiler/ExprNodes.py