[pypy-commit] pypy default: optimize this sequence:

2017-08-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r92274:c6568dda3266 Date: 2017-08-28 11:50 +0200 http://bitbucket.org/pypy/pypy/changeset/c6568dda3266/ Log:optimize this sequence: i2 = int_is_zero(i0) guard_false(i2) i1 = int_is_true(i0) guard_true(i1) (happ

[pypy-commit] pypy default: typo (the method is unused)

2017-08-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r92273:3868025e1ee1 Date: 2017-08-28 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/3868025e1ee1/ Log:typo (the method is unused) diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py --- a/

[pypy-commit] pypy default: generate tuples more efficiently to stop the occasional FailedHealthCheck

2017-08-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r92272:7153657512df Date: 2017-08-28 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/7153657512df/ Log:generate tuples more efficiently to stop the occasional FailedHealthCheck diff --git a/rpython/jit/metainterp/test/test_

[pypy-commit] pypy py3.5: fix merge

2017-08-28 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92275:f3328bccb6b2 Date: 2017-08-28 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/f3328bccb6b2/ Log:fix merge diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext/api.py

[pypy-commit] pypy multiphase: fix translation

2017-08-28 Thread rlamy
Author: Ronan Lamy Branch: multiphase Changeset: r92277:4581a4a84e6f Date: 2017-08-28 22:52 +0100 http://bitbucket.org/pypy/pypy/changeset/4581a4a84e6f/ Log:fix translation diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cp

[pypy-commit] pypy multiphase: hg merge py3.5

2017-08-28 Thread rlamy
Author: Ronan Lamy Branch: multiphase Changeset: r92276:fdd1b3877173 Date: 2017-08-28 18:33 +0100 http://bitbucket.org/pypy/pypy/changeset/fdd1b3877173/ Log:hg merge py3.5 diff --git a/lib-python/2.7/ctypes/__init__.py b/lib-python/2.7/ctypes/__init__.py --- a/lib-python/2.7/ctypes/__init__