Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r94990:29eab8b5cf20 Date: 2018-08-11 19:43 +0200 http://bitbucket.org/pypy/pypy/changeset/29eab8b5cf20/
Log: Remove dead import; avoid using we_are_jitted() too much diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/bytesobject.py +++ b/pypy/objspace/std/bytesobject.py @@ -1,7 +1,6 @@ """The builtin str implementation""" from rpython.rlib import jit -from rpython.rlib.jit import we_are_jitted from rpython.rlib.objectmodel import ( compute_hash, compute_unique_id, import_from_mixin) from rpython.rlib.buffer import StringBuffer _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit