use 'with GIL' instead of 'withGIL' to avoid introducing a non-Python keyword and...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 11 Sep 2007 19:12:49 +0000 (21:12 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 11 Sep 2007 19:12:49 +0000 (21:12 +0200)
commit523ba29cc373e0ae6bb135d6f9d8777bc045d318
tree84bd90094c43a5f6a82c3ec63da7df1218f11292
parentb80032da6abdee9382170c51eeb9187d50122bef
use 'with GIL' instead of 'withGIL' to avoid introducing a non-Python keyword and to support later extension for other contexts
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Scanning.py