Author: Manuel Jacob <[email protected]>
Branch: py3k
Changeset: r77444:085e5d83e18f
Date: 2015-05-21 03:25 +0200
http://bitbucket.org/pypy/pypy/changeset/085e5d83e18f/
Log: hg merge
diff --git a/pypy/objspace/std/test/test_typeobject.py
b/pypy/objspace/std/test/test_typeobject.py
--- a/pypy/objspace/std/test/test_typeobject.py
+++ b/pypy/objspace/std/test/test_typeobject.py
@@ -1257,11 +1257,3 @@
assert type.__ne__(dict, 42) is NotImplemented
assert type.__eq__(int, int) is True
assert type.__eq__(int, dict) is False
-
- def test_cmp_on_types(self):
- class X(type):
- def __cmp__(self, other):
- return -1
- class Y:
- __metaclass__ = X
- assert (Y < Y) is True
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit