From: Stefan Behnel Date: Fri, 26 Nov 2010 16:41:46 +0000 (+0100) Subject: disabled compilation of Cython.Compiler.ParseTreeTransforms as it leads to hard crashes X-Git-Tag: 0.14.alpha0~55 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0a3773418d683fdded3950f76e1e18525a566b13;p=cython.git disabled compilation of Cython.Compiler.ParseTreeTransforms as it leads to hard crashes --- diff --git a/setup.py b/setup.py index 10214078..f0673019 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ def compile_cython_modules(profile=False): "Cython.Compiler.Scanning", "Cython.Compiler.Parsing", "Cython.Compiler.Visitor", - "Cython.Compiler.ParseTreeTransforms", + #"Cython.Compiler.ParseTreeTransforms", #"Cython.Compiler.Nodes", #"Cython.Compiler.ExprNodes", #"Cython.Compiler.ModuleNode",