[pypy-commit] pypy fniephaus/fix-typo-1488123166752: Fix typo

2017-03-10 Thread fniephaus
Author: Fabio Niephaus Branch: fniephaus/fix-typo-1488123166752 Changeset: r90626:7cba052b934f Date: 2017-02-26 15:33 + http://bitbucket.org/pypy/pypy/changeset/7cba052b934f/ Log:Fix typo diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py --- a/rpython/jit

[pypy-commit] pypy space-wrap: Avoid space.wrap when possible

2017-02-22 Thread fniephaus
Author: Fabio Niephaus Branch: space-wrap Changeset: r90280:4dbfbf63a6fb Date: 2017-02-22 08:06 +0100 http://bitbucket.org/pypy/pypy/changeset/4dbfbf63a6fb/ Log:Avoid space.wrap when possible diff --git a/pypy/interpreter/main.py b/pypy/interpreter/main.py --- a/pypy/interpreter/main.py +++