[Python-apps-team] Bug#793129: Backtrace

dan-greene at wi.rr.com dan-greene at wi.rr.com
Tue Jul 21 15:02:57 UTC 2015


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'



More information about the Python-apps-team mailing list