in pure mode: rename 'with nogil' to 'with cython.nogil', test 'real' pure mode by...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 3 Nov 2010 13:06:10 +0000 (14:06 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 3 Nov 2010 13:06:10 +0000 (14:06 +0100)
commitcfb1d64a147a867032d9e488a14cf629a1543a76
tree53d888a177280ee25da9169edbcc66623429e579
parente35692558f0ed01e21cd0354bf0023fcad01f9cc
in pure mode: rename 'with nogil' to 'with cython.nogil', test 'real' pure mode by compiling .py file instead of .pyx file

--HG--
rename : tests/run/pure.pyx => tests/run/pure_py.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py
Cython/Shadow.py
tests/run/pure_py.py [new file with mode: 0644]