[pypy-commit] pypy unicode-utf8: merge default into branch

2019-01-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95583:a05d741a4652 Date: 2019-01-06 09:33 +0200 http://bitbucket.org/pypy/pypy/changeset/a05d741a4652/ Log:merge default into branch diff --git a/extra_tests/cffi_tests/cffi0/test_ffi_backend.py b/extra_tests/cffi_tests/cffi0/test_ffi_bac

[pypy-commit] pypy default: add passing test

2019-01-05 Thread mattip
Author: Matti Picus Branch: Changeset: r95582:1d1e6e0d47c4 Date: 2019-01-06 09:32 +0200 http://bitbucket.org/pypy/pypy/changeset/1d1e6e0d47c4/ Log:add passing test diff --git a/pypy/module/__pypy__/test/test_builders.py b/pypy/module/__pypy__/test/test_builders.py --- a/pypy/module/__pypy_

[pypy-commit] pypy unicode-utf8: fix failing test, like append_slice

2019-01-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95584:06c2230fec3c Date: 2019-01-06 09:56 +0200 http://bitbucket.org/pypy/pypy/changeset/06c2230fec3c/ Log:fix failing test, like append_slice diff --git a/pypy/module/__pypy__/interp_builders.py b/pypy/module/__pypy__/interp_builders.py

[pypy-commit] pypy unicode-utf8: skip tests if no hypothesis

2019-01-05 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95581:690d8f9f4b72 Date: 2019-01-04 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/690d8f9f4b72/ Log:skip tests if no hypothesis diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/interpreter/test/test_unicodehelper.py

[pypy-commit] pypy default: import cffi/a62ab002583f: ffi.release()

2019-01-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r95580:0d9cf56b9811 Date: 2019-01-05 12:38 +0100 http://bitbucket.org/pypy/pypy/changeset/0d9cf56b9811/ Log:import cffi/a62ab002583f: ffi.release() diff --git a/extra_tests/cffi_tests/cffi0/test_ffi_backend.py b/extra_tests/cffi_tests/cffi0/test_ffi_ba

[pypy-commit] cffi default: ffi.release()

2019-01-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r3178:a62ab002583f Date: 2019-01-05 11:07 +0100 http://bitbucket.org/cffi/cffi/changeset/a62ab002583f/ Log:ffi.release() diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -1958,7 +1958,6 @@ Py_XDE