Re: [Cython] @staticmethod decorator applied twice
I created http://trac.cython.org/ticket/880 for some issues regarding @staticmethod ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
[Cython] @staticmethod decorator applied twice
When investigating some issue with decorators, I noticed the following stange thing: it seems that the @staticmethod decorator is actually applied twice in some cases. For example, the testsuite file tests/run/static_methods.pyx contains the following code: cdef class A: @staticmethod