On Thu, Apr 22, 2010 at 8:19 PM, Stefan Behnel <[email protected]> wrote:
> Lisandro Dalcin, 22.04.2010 03:41:
>> PS: From the list of mayor platforms, Win64 is the only one where
>> things are broken for Py<2.5 . Provided that full 64bits support was
>> introduced in Py2.5, I do not actually care too much.
>
> The rule of thumb here is to make sure it works with 32bit on Py<2.5 and
> support full 64bit from Py2.5 onwards. Cython requires a working CPython
> runtime for the platform at hand, so trying to do anything more than that
> is futile.

I would not even care for python 2.5 for windows 64, as the 64 bits MS
toolsuite used in 2.5 (VS 2005) is a PITA to use and setup.

David
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to