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)
commita1e807904e241731233ef93b318449b19dc87b21
tree1d8aa29782e84c4cacac7b8709bef6518bd50251
parentb356ac8780a62c50e1d122aa8cabc612d1c7d678
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