On Thu, May 8, 2008 at 12:27 PM, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> 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?

I do not like being unable to develop with the platform we're deploying on.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
 -- Umberto Eco
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to