Hi,

Lisandro Dalcin wrote:
> Stefan, my mpi4py projects is working very well on Python3.0. Stefan,
> I'm in debt with you for such a good work!

:)


> I'm still running in trouble with Python2.6 . I believe this is
> related to the new method cache for type objects. Interestingly
> enough, this feature is also in Python 3.0, but in such version all
> works fine!!

Py2.6 behaves in part like 3.0 and otherwise like 2.x, so we may have to do
some fine tuning here.


> Could someone in this list try to test some simple pyx file with a
> 'cdef class' defining some standard methods and a some 'classmethod'
> and confirm me iff this works or not?? Iff someone can confirm the
> failure, I'll take the step to figure out what's really going on...

Can you come up with a test case? Look at the tests/run/ directory to see how
it's done.

http://wiki.cython.org/HackerGuide


> Please help me if any of you have a bit of time, IMHO Python 2.6
> should have a higher priority for Cython/Pyrex, right?.

If Py3 works fine, I don't see the need to set priorities. :)

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

Reply via email to