Re: [Cython] Compiler crash in MarkOverflowingArithmetic
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
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 ^