Re: [Cython] Compiler crash in MarkOverflowingArithmetic

2015-09-01 Thread Stefan Behnel
Jakub Wilk schrieb am 30.08.2015 um 21:29: > Tested with Cython 0.23.1 on i386. You will probably need a bigger number > to trigger it on a 64-bit machine. > > $ cython test.pyx > > Error compiling Cython file: > > ... > DEF X = 0x811C9

[Cython] Compiler crash in MarkOverflowingArithmetic

2015-08-30 Thread Jakub Wilk
Tested with Cython 0.23.1 on i386. You will probably need a bigger number to trigger it on a 64-bit machine. $ cython test.pyx Error compiling Cython file: ... DEF X = 0x811C9DC5 cdef void f(): cdef unsigned int x = X ^