Add a pass transforming Python-style properties in cdef class into Cython-style properties.
This makes properties work properly in cdef classes, and gives them the exact same AST as the “property something:” blocks, whose syntax should probably be deprecated now. Fixes T264.
Showing
Please register or sign in to comment