[pypy-commit] pypy default: update to cffi/d1bbb5f82640

2016-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r87984:b48db70553bc Date: 2016-10-29 15:57 +0200 http://bitbucket.org/pypy/pypy/changeset/b48db70553bc/ Log:update to cffi/d1bbb5f82640 diff --git a/pypy/module/_cffi_backend/ctypestruct.py b/pypy/module/_cffi_backend/ctypestruct.py --- a/pypy/module/_

[pypy-commit] cffi default: Fix: the condition "offsetof == sizeof" for being a var-sized array

2016-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r2802:d1bbb5f82640 Date: 2016-10-29 15:57 +0200 http://bitbucket.org/cffi/cffi/changeset/d1bbb5f82640/ Log:Fix: the condition "offsetof == sizeof" for being a var-sized array is bogus. See test for a case where it is not the case because of

[pypy-commit] cffi default: Add a note

2016-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r2803:0e25c5c3fa14 Date: 2016-10-29 16:02 +0200 http://bitbucket.org/cffi/cffi/changeset/0e25c5c3fa14/ Log:Add a note diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/source/ref.rst @@ -262,7 +262,9 @@ ``p`` was r

[pypy-commit] pypy default: update to cffi/d1bbb5f82640 (forgot this part)

2016-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r87985:8b7308357c45 Date: 2016-10-29 17:18 +0200 http://bitbucket.org/pypy/pypy/changeset/8b7308357c45/ Log:update to cffi/d1bbb5f82640 (forgot this part) diff --git a/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_verify.py b/pypy/module/test_lib_pyp

[pypy-commit] pypy default: 32-bit fix

2016-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r87986:457a1247e0ef Date: 2016-10-29 19:56 +0200 http://bitbucket.org/pypy/pypy/changeset/457a1247e0ef/ Log:32-bit fix diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/backend/test/runner_

[pypy-commit] pypy openssl-1.1: Fix test

2016-10-29 Thread arigo
Author: Armin Rigo Branch: openssl-1.1 Changeset: r87987:f119305a5dc5 Date: 2016-10-29 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/f119305a5dc5/ Log:Fix test diff --git a/rpython/translator/c/test/test_newgc.py b/rpython/translator/c/test/test_newgc.py --- a/rpython/translator/c/te

[pypy-commit] pypy openssl-1.1: Combine the #if block into one string

2016-10-29 Thread stefanor
Author: Stefano Rivera Branch: openssl-1.1 Changeset: r87988:865017fdaef1 Date: 2016-10-29 11:29 -0700 http://bitbucket.org/pypy/pypy/changeset/865017fdaef1/ Log:Combine the #if block into one string diff --git a/rpython/rlib/ropenssl.py b/rpython/rlib/ropenssl.py --- a/rpython/rlib/ropenssl

[pypy-commit] pypy missing-tp_new: add test that passes when pure python __new__ is called, fails with tp_new

2016-10-29 Thread mattip
Author: Matti Picus Branch: missing-tp_new Changeset: r87989:c5e8d9f4e473 Date: 2016-10-29 21:29 +0300 http://bitbucket.org/pypy/pypy/changeset/c5e8d9f4e473/ Log:add test that passes when pure python __new__ is called, fails with tp_new diff --git a/pypy/module/cpyext/test/test_typeo

[pypy-commit] pypy openssl-1.1: Fix to use properly the new openssl-1.1 interface in this test

2016-10-29 Thread arigo
Author: Armin Rigo Branch: openssl-1.1 Changeset: r87990:5afeac80c292 Date: 2016-10-29 20:31 +0200 http://bitbucket.org/pypy/pypy/changeset/5afeac80c292/ Log:Fix to use properly the new openssl-1.1 interface in this test diff --git a/rpython/translator/c/test/test_newgc.py b/rpython/transla

[pypy-commit] pypy missing-tp_new: document changes to default since pypy2.7-v5.4.0 on Aug 31

2016-10-29 Thread mattip
Author: Matti Picus Branch: missing-tp_new Changeset: r87991:711ca58948c5 Date: 2016-10-30 00:24 +0300 http://bitbucket.org/pypy/pypy/changeset/711ca58948c5/ Log:document changes to default since pypy2.7-v5.4.0 on Aug 31 diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-py

[pypy-commit] pypy default: document changes to default since pypy2.7-v5.4.0 on Aug 31

2016-10-29 Thread mattip
Author: Matti Picus Branch: Changeset: r87992:25ff61b81a93 Date: 2016-10-30 00:26 +0300 http://bitbucket.org/pypy/pypy/changeset/25ff61b81a93/ Log:document changes to default since pypy2.7-v5.4.0 on Aug 31 diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.r