[pypy-commit] pypy default: fix rpython and tests

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79970:6f4296b0d7fa Date: 2015-10-04 13:52 +0200 http://bitbucket.org/pypy/pypy/changeset/6f4296b0d7fa/ Log:fix rpython and tests diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metainterp/compile.py +++ b

[pypy-commit] pypy default: fix rpython-level exception

2013-07-11 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r65348:f2f657d2fa00 Date: 2013-07-11 19:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f2f657d2fa00/ Log:fix rpython-level exception diff --git a/pypy/module/imp/interp_imp.py b/pypy/module/imp/interp_imp.py --- a/pypy/module/imp/interp_imp.

[pypy-commit] pypy default: fix rpython

2013-05-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63920:8b833d24ae83 Date: 2013-05-08 18:15 +0200 http://bitbucket.org/pypy/pypy/changeset/8b833d24ae83/ Log:fix rpython diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +

[pypy-commit] pypy default: fix rpython

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r60534:b30e913b44ff Date: 2013-01-27 20:53 +0200 http://bitbucket.org/pypy/pypy/changeset/b30e913b44ff/ Log:fix rpython diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++ b/rpython/rlib/runicode.p