diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2015-02-13 13:43:33 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2015-02-13 13:43:33 +0100 |
commit | 3890f67f3e47a3add5ed80f6add097d24befa6ac (patch) | |
tree | 61f2c1746b89d6975672f45848acb0efde1a5b7d /Cython/Compiler/ParseTreeTransforms.py | |
parent | 90b28fffa607034fade96ea1d374a855879b4122 (diff) | |
download | cython-3890f67f3e47a3add5ed80f6add097d24befa6ac.tar.gz |
make commented value more visible
Diffstat (limited to 'Cython/Compiler/ParseTreeTransforms.py')
-rw-r--r-- | Cython/Compiler/ParseTreeTransforms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Compiler/ParseTreeTransforms.py b/Cython/Compiler/ParseTreeTransforms.py index a4403101a..e5d74fb11 100644 --- a/Cython/Compiler/ParseTreeTransforms.py +++ b/Cython/Compiler/ParseTreeTransforms.py @@ -665,7 +665,7 @@ class InterpretCompilerDirectives(CythonTransform, SkipDeclarations): "parallel", "prange", "threadid", -# "threadsavailable", + #"threadsavailable", ]) def __init__(self, context, compilation_directive_defaults): |