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)
commitb80032da6abdee9382170c51eeb9187d50122bef
treef5797cf94f929d5e2193786f7cb1760ac8959a20
parent7ad701d1486d28e92fadbed8c64310b4bfb85ae4
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