Hi, Robert Kern wrote: > On Thu, May 8, 2008 at 11:08 AM, Robert Bradshaw > <[EMAIL PROTECTED]> wrote: >> As mentioned in another thread, we are considering requiring Python >> 2.4 or greater to run the Cython compiler, mostly so we can use >> decorators in the compiler code. Is anyone still using Cython with >> this version of Python? > > We have been considering moving from Pyrex to Cython for part of > numpy. numpy will be remaining with Python 2.3 for some time.
what Robert meant was: the compiler itself would no longer run on Py2.3, the generated code would still support it. So you would only need Py2.4 or later if you changed the code, not to compile and run the generated sources. Would that really impact numpy? Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
