Pyrex merge: nogil declaration checking
authorStefan Behnel <scoder@users.berlios.de>
Thu, 5 Jun 2008 10:20:27 +0000 (12:20 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 5 Jun 2008 10:20:27 +0000 (12:20 +0200)
commit405c14c26d2ebe55a23102c21a1fcd42018e384c
tree8e396eb03ef8f6765b719b2b86f72189aa166a54
parent17ebac85387623adde27927af3097bd371dd4982
Pyrex merge: nogil declaration checking
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
runtests.py
tests/compile/nogil.h [new file with mode: 0644]
tests/compile/nogil.pyx
tests/errors/nogil.pyx [new file with mode: 0644]
tests/errors/nogilfunctype.pyx [new file with mode: 0644]
tests/run/withnogil.pyx