support automatic GIL grabbing inside a function by addign 'withGIL' to its signature
authorStefan Behnel <scoder@users.berlios.de>
Mon, 10 Sep 2007 21:00:48 +0000 (23:00 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 10 Sep 2007 21:00:48 +0000 (23:00 +0200)
commitb356ac8780a62c50e1d122aa8cabc612d1c7d678
tree26e5f45d890fdc1f7410254bf2edb0f012996a29
parente82f5b5c33c65c09c166fd5421b395a719f4eb00
support automatic GIL grabbing inside a function by addign 'withGIL' to its signature
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Naming.py
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Scanning.py