Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r88887:ea86f82696e3
Date: 2016-12-04 22:03 +0100
http://bitbucket.org/pypy/pypy/changeset/ea86f82696e3/
Log: fix?
diff --git a/lib-python/3/test/test_ordered_dict.py
b/lib-python/3/test/test_ordered_dict.py
--- a/lib-python/3/test/test_ordered_dict.py
+++ b/lib-python/3/test/test_ordered_dict.py
@@ -12,7 +12,7 @@
py_coll = support.import_fresh_module('collections', blocked=['_collections'])
-c_coll = import_fresh_module('_collections', fresh=['_collections'])
+c_coll = support.import_fresh_module('_collections', fresh=['_collections'])
@contextlib.contextmanager
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit