summaryrefslogtreecommitdiff
path: root/Cython/Compiler/ParseTreeTransforms.py
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Compiler/ParseTreeTransforms.py')
-rw-r--r--Cython/Compiler/ParseTreeTransforms.py2
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):