[Numpy-discussion] Python 3 porting
Charles R Harris
charlesr.harris@gmail....
Mon Feb 15 15:11:45 CST 2010
2010/2/15 Stéfan van der Walt <stefan@sun.ac.za>
> On 15 February 2010 21:58, Pauli Virtanen <pav@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?
>
>
I found it in the pyconfig.h file:
pyconfig.h:#define Py_UNICODE_SIZE 4'
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/numpy-discussion/attachments/20100215/da6fbc88/attachment.html
More information about the NumPy-Discussion
mailing list