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. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
