[pypy-commit] cffi default: style

2019-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r3253:b89baed6d697 Date: 2019-04-02 15:37 +0200 http://bitbucket.org/cffi/cffi/changeset/b89baed6d697/ Log:style diff --git a/testing/cffi1/test_new_ffi_1.py b/testing/cffi1/test_new_ffi_1.py --- a/testing/cffi1/test_new_ffi_1.py +++ b/testing/cffi1/tes

[pypy-commit] cffi default: merge heads

2019-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r3254:1af377542a51 Date: 2019-04-02 15:42 +0200 http://bitbucket.org/cffi/cffi/changeset/1af377542a51/ Log:merge heads diff --git a/cffi/_embedding.h b/cffi/_embedding.h --- a/cffi/_embedding.h +++ b/cffi/_embedding.h @@ -169,8 +169,10 @@ global_di

[pypy-commit] cffi default: Fix deprecated uses of pytest.raises()

2019-04-02 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r3252:326ee02b5d12 Date: 2019-03-12 16:28 + http://bitbucket.org/cffi/cffi/changeset/326ee02b5d12/ Log:Fix deprecated uses of pytest.raises() diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1,4 +1,6 @@ import py +impo

[pypy-commit] cffi default: merge py3.8-interp-dict: use the official way to do that

2019-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r3257:5aeca29219db Date: 2019-04-02 16:03 +0200 http://bitbucket.org/cffi/cffi/changeset/5aeca29219db/ Log:merge py3.8-interp-dict: use the official way to do that diff --git a/c/call_python.c b/c/call_python.c --- a/c/call_python.c +++ b/c/call_python.

[pypy-commit] cffi py3.8-interp-dict: close branch, ready for merge (python 3.8a3 was released)

2019-04-02 Thread arigo
Author: Armin Rigo Branch: py3.8-interp-dict Changeset: r3256:25a0189f4638 Date: 2019-04-02 16:02 +0200 http://bitbucket.org/cffi/cffi/changeset/25a0189f4638/ Log:close branch, ready for merge (python 3.8a3 was released) ___ pypy-commit mailing lis

[pypy-commit] cffi py3.8-interp-dict: hg merge default

2019-04-02 Thread arigo
Author: Armin Rigo Branch: py3.8-interp-dict Changeset: r3255:a0845a00fa4c Date: 2019-04-02 15:55 +0200 http://bitbucket.org/cffi/cffi/changeset/a0845a00fa4c/ Log:hg merge default diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1,4 +1,6 @@ import py +import py

[pypy-commit] pypy default: update to cffi/5aeca29219db

2019-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r96404:67af7a9e5ca2 Date: 2019-04-02 16:25 +0200 http://bitbucket.org/pypy/pypy/changeset/67af7a9e5ca2/ Log:update to cffi/5aeca29219db diff --git a/extra_tests/cffi_tests/cffi0/backend_tests.py b/extra_tests/cffi_tests/cffi0/backend_tests.py --- a/ext

[pypy-commit] cffi default: Shut down a warning from recent CPython versions: int() should

2019-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r3258:d5c083291044 Date: 2019-04-02 16:39 +0200 http://bitbucket.org/cffi/cffi/changeset/d5c083291044/ Log:Shut down a warning from recent CPython versions: int() should always return an int, not a bool diff --git a/c/_cffi_backend.c b/c/_cffi_b

[pypy-commit] cffi default: improve the test on py2.7

2019-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r3259:dbc31afe99d0 Date: 2019-04-02 16:44 +0200 http://bitbucket.org/cffi/cffi/changeset/dbc31afe99d0/ Log:improve the test on py2.7 diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -4361,3 +4361,5 @@ BBool = new_primit

[pypy-commit] cffi default: Two more cases

2019-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r3260:e43fdc644918 Date: 2019-04-02 16:47 +0200 http://bitbucket.org/cffi/cffi/changeset/e43fdc644918/ Log:Two more cases diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -4363,3 +4363,7 @@ assert type(x) is int and x =

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

2019-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r96405:afdbea198bb5 Date: 2019-04-02 16:57 +0200 http://bitbucket.org/pypy/pypy/changeset/afdbea198bb5/ Log:update to cffi/e43fdc644918 diff --git a/pypy/module/_cffi_backend/ctypeprim.py b/pypy/module/_cffi_backend/ctypeprim.py --- a/pypy/module/_cffi