Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r72650:11b895f1f0af
Date: 2014-08-01 17:35 -0700
http://bitbucket.org/pypy/pypy/changeset/11b895f1f0af/
Log: n/a to py3
diff --git a/pypy/interpreter/test/test_typedef.py
b/pypy/interpreter/test/test_typedef.py
--- a/pypy/interpreter/test/test_typedef.py
+++ b/pypy/interpreter/test/test_typedef.py
@@ -394,13 +394,6 @@
# differs from .im_class in case the method is
# defined in some parent class of l's actual class
- def test_classmethod_im_class(self):
- class Foo(object):
- @classmethod
- def bar(cls):
- pass
- assert Foo.bar.im_class is type
-
def test_func_closure(self):
x = 2
def f():
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit