[pypy-commit] pypy default: update to cffi/90d267a96234

2019-06-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r96730:cbe1542365b6 Date: 2019-06-03 20:47 +0200 http://bitbucket.org/pypy/pypy/changeset/cbe1542365b6/ Log:update to cffi/90d267a96234 diff --git a/extra_tests/cffi_tests/cffi0/test_parsing.py b/extra_tests/cffi_tests/cffi0/test_parsing.py --- a/extra

[pypy-commit] pypy default: ffi.from_buffer("type *")

2019-06-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r96729:d9c0166080e4 Date: 2019-06-03 20:39 +0200 http://bitbucket.org/pypy/pypy/changeset/d9c0166080e4/ Log:ffi.from_buffer("type *") diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_bac

[pypy-commit] cffi default: bump version number to 1.13

2019-06-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r3278:90d267a96234 Date: 2019-06-03 20:41 +0200 http://bitbucket.org/cffi/cffi/changeset/90d267a96234/ Log:bump version number to 1.13 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2,7 @@ #i

[pypy-commit] cffi default: on py.py, bytearray buffers are not emulated well enough

2019-06-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r3277:ff1afa334366 Date: 2019-06-03 20:34 +0200 http://bitbucket.org/cffi/cffi/changeset/ff1afa334366/ Log:on py.py, bytearray buffers are not emulated well enough diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -3861,7 +38

[pypy-commit] cffi default: Simplify the implementation, cut down the explanations, and allow

2019-06-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r3276:5aa806ec6d00 Date: 2019-06-03 20:11 +0200 http://bitbucket.org/cffi/cffi/changeset/5aa806ec6d00/ Log:Simplify the implementation, cut down the explanations, and allow accessing multiple items instead of just one in from_buffer("type

[pypy-commit] pypy copystrcontents-in-rewrite: New branch to play with rewriting copystrcontent

2019-06-03 Thread fijal
Author: fijal Branch: copystrcontents-in-rewrite Changeset: r96728:d43e7d5dd376 Date: 2019-06-03 12:38 +0200 http://bitbucket.org/pypy/pypy/changeset/d43e7d5dd376/ Log:New branch to play with rewriting copystrcontent ___ pypy-commit mailing list pyp