Hi, Lisandro Dalcin wrote: > 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??
There is a special hack in Symtab.py for classmethod() calls. When I remove it, it works from 2.3 through 3.0. Robert, according to the hg history, this was supposed to work around a problem back in September 2007 (rev. 162). Can you give me an idea why this was there? Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
