Remove ".__contains__" -> "PySequence_Contains" slot mappings for known builtin types (GH-4792)
They prevent explicitly calling the base-class __contains__. Closes https://github.com/cython/cython/issues/4785
Showing
Please register or sign in to comment