Commit 0a377341 authored by Stefan Behnel's avatar Stefan Behnel

disabled compilation of Cython.Compiler.ParseTreeTransforms as it leads to hard crashes

parent d4ef1692
...@@ -91,7 +91,7 @@ def compile_cython_modules(profile=False): ...@@ -91,7 +91,7 @@ def compile_cython_modules(profile=False):
"Cython.Compiler.Scanning", "Cython.Compiler.Scanning",
"Cython.Compiler.Parsing", "Cython.Compiler.Parsing",
"Cython.Compiler.Visitor", "Cython.Compiler.Visitor",
"Cython.Compiler.ParseTreeTransforms", #"Cython.Compiler.ParseTreeTransforms",
#"Cython.Compiler.Nodes", #"Cython.Compiler.Nodes",
#"Cython.Compiler.ExprNodes", #"Cython.Compiler.ExprNodes",
#"Cython.Compiler.ModuleNode", #"Cython.Compiler.ModuleNode",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment