[Numpy-discussion] numpy 2.0, what else to do?

David Cournapeau david at silveregg.co.jp
Tue Feb 16 01:00:14 EST 2010


Charles R Harris wrote:
> 
> 
> 
> Just to be clear, there are *already* macros in the ndarrayobject.h file 
> that aren't py3k compatible. How do you propose to fix those?

I don't understand the connection with the public vs private issue. If 
the py3k compatibility header is to be shared by several extensions, it 
has to be in a different header, included separately from any numpy headers.

Fixing the ndarrayobject.h to be py3k-compatible can and should be done 
without adding extra public macros.

David



More information about the NumPy-Discussion mailing list