Here is the stack trace:
ModuleNode.body = StatListNode(aes.py:11:0)
StatListNode.stats[17] = StatListNode(aes.py:187:0)
StatListNode.stats[0] = DefNode(aes.py:187:0,
modifiers = [...]/0,
name = u'decrypt',
num_required_args = 3,
reqd_kw_flags_cname = '0')
File 'Nodes.py', line 343, in analyse_expressions: StatListNode(aes.py:188:4)
File 'Nodes.py', line 4293, in analyse_expressions: ForInStatNode(aes.py:213:4)
File 'Nodes.py', line 343, in analyse_expressions: StatListNode(aes.py:214:8)
File 'Nodes.py', line 4293, in analyse_expressions: ForInStatNode(aes.py:215:8)
File 'Nodes.py', line 343, in analyse_expressions: StatListNode(aes.py:215:93)
File 'Nodes.py', line 3269, in analyse_expressions: SingleAssignmentNode(aes.py:
215:93)
File 'Nodes.py', line 3360, in analyse_types: SingleAssignmentNode(aes.py:215:93
)
File 'ExprNodes.py', line 5173, in analyse_types: IntBinopNode(aes.py:215:93,
infix = True,
operator = u'&',
use_managed_ref = True)
File 'ExprNodes.py', line 2708, in analyse_types: SimpleCallNode(aes.py:215:53,
use_managed_ref = True)
File 'ExprNodes.py', line 3778, in analyse_types: TupleNode(aes.py:215:53,
is_sequence_constructor = 1,
use_managed_ref = True)
File 'ExprNodes.py', line 3574, in analyse_types: TupleNode(aes.py:215:53,
is_sequence_constructor = 1,
use_managed_ref = True)
File 'ExprNodes.py', line 2708, in analyse_types: SimpleCallNode(aes.py:215:58,
use_managed_ref = True)
File 'ExprNodes.py', line 3778, in analyse_types: TupleNode(aes.py:215:58,
is_sequence_constructor = 1,
use_managed_ref = True)
File 'ExprNodes.py', line 3574, in analyse_types: TupleNode(aes.py:215:58,
is_sequence_constructor = 1,
use_managed_ref = True)
File 'ExprNodes.py', line 5173, in analyse_types: SubNode(aes.py:215:82,
infix = True,
operator = u'-',
use_managed_ref = True)
File 'ExprNodes.py', line 5446, in analyse_types: DivNode(aes.py:215:70,
infix = True,
operator = u'/',
use_managed_ref = True)
File 'ExprNodes.py', line 5173, in analyse_types: DivNode(aes.py:215:70,
infix = True,
operator = u'/',
use_managed_ref = True)
File 'ExprNodes.py', line 5287, in analyse_c_operation: DivNode(aes.py:215:70,
infix = True,
operator = u'/',
use_managed_ref = True)
File 'ExprNodes.py', line 807, in coerce_to: IntNode(aes.py:215:71,
constant_result = 4294967296L,
is_literal = 1,
longness = '',
unsigned = '',
use_managed_ref = True,
value = u'0x100000000')
Compiler crash traceback from this point on:
File "C:\Python26\lib\site-packages\Cython\Compiler\ExprNodes.py", line 811, i
n coerce_to
float_value = float(self.value)
ValueError: invalid literal for float(): 0x100000000
building 'aes' extension