Fix the first argument special method signatures of "__eq__", "__lt__" and the...
Fix the first argument special method signatures of "__eq__", "__lt__" and the other richcmp methods to be of "self" type, in accordance with to the CPython specs. See https://docs.python.org/3/reference/datamodel.html#emulating-container-types Closes #1935.
Showing
Please register or sign in to comment