[Numpy-discussion] Python 3 porting

Stéfan van der Walt stefan at sun.ac.za
Mon Feb 15 14:48:14 EST 2010


2010/2/15 Stéfan van der Walt <stefan at sun.ac.za>:
> Thanks, it works now.

Progress:  the unit test suite starts to run, but fails soon after.

.................Fatal Python error: Inconsistent interned string state.

Program received signal SIGABRT, Aborted.
0x00007fff84e1efe6 in __kill ()
(gdb) bt
#0  0x00007fff84e1efe6 in __kill ()
#1  0x00007fff84ebfe32 in abort ()
#2  0x00000001000cd715 in Py_FatalError ()
#3  0x0000000100069508 in unicode_dealloc ()
#4  0x000000010065cd1f in UNICODE_to_STRING (ip=0x101f06fd0 "a",
op=0x101f01470 "abc", n=4, aip=0x101ce5de8, aop=0x101901a28) at
arraytypes.c.src:1501
#5  0x00000001006771ca in PyArray_CastTo (out=0x101901a28,
mp=0x101ce5de8) at convert_datatype.c:336
#6  0x00000001006772e1 in PyArray_CastToType (mp=0x101ce5de8,
at=<value temporarily unavailable, due to optimizations>, fortran_=0)
at convert_datatype.c:73
#7  0x0000000100681569 in array_cast (self=0x101ce5de8, args=<value
temporarily unavailable, due to optimizations>) at methods.c:760

Cheers
Stéfan



More information about the NumPy-Discussion mailing list