Given a class without __cmp__ or __eq__, cmp() of two instances of
that class should compare the id() of those instances. Add a test that verifies this. This test currently fails; I believe this is caused by object.c:2.132 (Patch #424475 by loewis).
Showing
Please register or sign in to comment