[Numpy-discussion] Python 3 porting

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


On 15 February 2010 21:58, Pauli Virtanen <pav at iki.fi> wrote:
> ma, 2010-02-15 kello 21:41 +0200, Stéfan van der Walt kirjoitti:
> [clip]
>> .................Fatal Python error: Inconsistent interned string
>> state.
>>
> The platform is OSX -- 32 or 64 bits? Is your Python unicode narrow or
> wide? Which test triggers the issue?

OSX, 64-bit with (I'm assuming) UCS2 (since I didn't specify the UCS4
variant when building).  Is there an easy way to check the unicode
width?

The test that failed was "test_from_unicode_array
(test_defchararray.TestBasic)".

Cheers
Stéfan



More information about the NumPy-Discussion mailing list