Author: Matti Picus <[email protected]>
Branch: better-PyDict_Next
Changeset: r89026:1d0306628f20
Date: 2016-12-12 16:39 +0200
http://bitbucket.org/pypy/pypy/changeset/1d0306628f20/
Log: cleanup
diff --git a/pypy/module/cpyext/test/test_dictobject.py
b/pypy/module/cpyext/test/test_dictobject.py
--- a/pypy/module/cpyext/test/test_dictobject.py
+++ b/pypy/module/cpyext/test/test_dictobject.py
@@ -257,6 +257,5 @@
'''),
])
d = module.get_type_dict(1)
- print type(d['real'])
assert d['real'].__get__(1, 1) == 1
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit