[Numpy-discussion] 2to3c: 2to3 for C extensions

Pauli Virtanen pav at iki.fi
Sun Nov 22 14:10:30 EST 2009


su, 2009-11-22 kello 19:28 +0100, René Dudfield kirjoitti:
[clip]
> I've been working on this too... see the previous py3k thread for
> details of my plan.  See http://github.com/illume/numpy3k/tree/work
> for my (not very much) progress.
> 
> I don't have time for about a week to do any more work on my tree.
> Maybe your tree is ahead anyway... I am taking the approach we used
> with pygame so that the tree can work with both python 2.x and 3.x.  I
> got up to getting a fair amount of the setup code working... but there
> are still some issues.

Ok, I forgot that you did also some work on this.

I think my tree is currently a bit more along the way than yours -- it
seems to have the same fixes as in yours, and it proceeds until it fails
to compile multiarraymodule.

The main difference seems to be that I'm using the 2to3 tool to
automatically convert the Python code before the actual build -- this
could be a major manual work saver.

	Pauli






More information about the NumPy-Discussion mailing list