Error compiling Cython file:
------------------------------------------------------------
...
#print(<int[:12]>NULL)
<int[:12]>NULL^
------------------------------------------------------------
crash.pyx:3:0: Compiler crash in AnalyseExpressionsTransform
File 'Nodes.py', line 421, in analyse_expressions: StatListNode(crash.pyx:3:0)
File 'Nodes.py', line 4662, in analyse_expressions: ExprStatNode(crash.pyx:3:0)
File 'ExprNodes.py', line 434, in analyse_expressions:
CythonArrayNode(crash.pyx:3:0,
is_temp = True,
mode = 'c',
use_managed_ref = True)
File 'ExprNodes.py', line 9070, in analyse_types: CythonArrayNode(crash.pyx:3:0,
is_temp = True,
mode = 'c',
use_managed_ref = True)
File 'ExprNodes.py', line 9085, in get_cython_array_type:
CythonArrayNode(crash.pyx:3:0,
is_temp = True,
mode = 'c',
use_managed_ref = True)
Compiler crash traceback from this point on:
File "/usr/lib/python2.7/dist-packages/Cython/Compiler/ExprNodes.py", line
9085, in get_cython_array_type
return
env.global_scope().context.cython_scope.viewscope.lookup("array").type
AttributeError: 'CythonScope' object has no attribute 'viewscope'
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]