Author: Armin Rigo <[email protected]> Branch: py3.5 Changeset: r89937:fb91b76b7210 Date: 2017-02-05 11:40 +0100 http://bitbucket.org/pypy/pypy/changeset/fb91b76b7210/
Log: missing import diff --git a/lib_pypy/_pypy_collections.py b/lib_pypy/_pypy_collections.py --- a/lib_pypy/_pypy_collections.py +++ b/lib_pypy/_pypy_collections.py @@ -1,4 +1,5 @@ from __pypy__ import reversed_dict, move_to_end +from _operator import eq as _eq from reprlib import recursive_repr as _recursive_repr class OrderedDict(dict): _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
