Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r84514:00550d888e25
Date: 2016-05-18 16:56 -0700
http://bitbucket.org/pypy/pypy/changeset/00550d888e25/
Log: cpython only (pypy disallows non str key values)
diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py
--- a/lib-python/3/test/test_descr.py
+++ b/lib-python/3/test/test_descr.py
@@ -4674,6 +4674,7 @@
class MiscTests(unittest.TestCase):
+ @support.cpython_only
def test_type_lookup_mro_reference(self):
# Issue #14199: _PyType_Lookup() has to keep a strong reference to
# the type MRO because it may be modified during the lookup, if
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit