Author: Philip Jenvey <pjen...@underboss.org> Branch: py3k Changeset: r62933:9aa2731f9946 Date: 2013-04-02 17:21 -0700 http://bitbucket.org/pypy/pypy/changeset/9aa2731f9946/
Log: fix translation diff --git a/pypy/objspace/std/model.py b/pypy/objspace/std/model.py --- a/pypy/objspace/std/model.py +++ b/pypy/objspace/std/model.py @@ -22,7 +22,7 @@ } IDTAG_INT = 1 -#IDTAG_LONG = 3 +IDTAG_LONG = 3 IDTAG_FLOAT = 5 IDTAG_COMPLEX = 7 _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit