[pypy-commit] pypy default: Fix d929dd0ac8bc

2017-11-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r93076:4791c8513684 Date: 2017-11-18 10:56 +0100 http://bitbucket.org/pypy/pypy/changeset/4791c8513684/ Log:Fix d929dd0ac8bc diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py --- a/pypy/module/cpyext/longobject.py +++ b/py

[pypy-commit] pypy fix-broken-types: hg merge default

2017-11-18 Thread rlamy
Author: Ronan Lamy Branch: fix-broken-types Changeset: r93078:93d764ccc576 Date: 2016-11-24 02:11 + http://bitbucket.org/pypy/pypy/changeset/93d764ccc576/ Log:hg merge default diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/argument.py +++

[pypy-commit] pypy fix-broken-types: fix some translation issues

2017-11-18 Thread rlamy
Author: Ronan Lamy Branch: fix-broken-types Changeset: r93077:1497f86a109d Date: 2016-11-23 07:27 + http://bitbucket.org/pypy/pypy/changeset/1497f86a109d/ Log:fix some translation issues diff --git a/pypy/module/_cffi_backend/ctypeprim.py b/pypy/module/_cffi_backend/ctypeprim.py --- a/p

[pypy-commit] pypy fix-broken-types: translation fixes

2017-11-18 Thread rlamy
Author: Ronan Lamy Branch: fix-broken-types Changeset: r93079:839732d2f9d2 Date: 2016-11-24 02:25 + http://bitbucket.org/pypy/pypy/changeset/839732d2f9d2/ Log:translation fixes diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/typ

[pypy-commit] pypy default: Fix yet another misuse of py.test.skip

2017-11-18 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93082:e5808d8c24ff Date: 2017-11-19 04:54 + http://bitbucket.org/pypy/pypy/changeset/e5808d8c24ff/ Log:Fix yet another misuse of py.test.skip diff --git a/rpython/rlib/test/test_rarithmetic.py b/rpython/rlib/test/test_rarithmetic.py --- a/rpython/