[pypy-commit] cffi default: Issue #406: document the failure

2019-03-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r3247:000711129df0 Date: 2019-03-20 09:27 +0100 http://bitbucket.org/cffi/cffi/changeset/000711129df0/ Log:Issue #406: document the failure diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py --- a/testing/cffi0/test_verify.py +++ b

[pypy-commit] pypy py3.6: mimic more closely what cpython does in Modules/_blake2/_blake2?_impl.c

2019-03-20 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96337:0da5abfd7fd5 Date: 2019-03-20 10:59 +0200 http://bitbucket.org/pypy/pypy/changeset/0da5abfd7fd5/ Log:mimic more closely what cpython does in Modules/_blake2/_blake2?_impl.c diff --git a/lib_pypy/_blake2/_blake2_build.py b/lib_pypy/

[pypy-commit] pypy py3.6: typo

2019-03-20 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96338:2583857fdf26 Date: 2019-03-20 18:05 +0200 http://bitbucket.org/pypy/pypy/changeset/2583857fdf26/ Log:typo diff --git a/lib_pypy/_blake2/_blake2_build.py b/lib_pypy/_blake2/_blake2_build.py --- a/lib_pypy/_blake2/_blake2_build.py +++ b/lib_