Change the default of the "c_api_binop_methods" directive to False. (GH-3644)
This is a backwards incompatible change that enables Python semantics for special methods by default, while the directive allows users to opt out of it and go back to the previous C-ish Cython semantics. See https://github.com/cython/cython/issues/2056
Showing
Please register or sign in to comment