[pypy-commit] pypy py3.7-bpo-29839: Shortening test_builtin.py::AppTestBuiltinApp::test_len to more specific test_len_negative_overflow

2019-10-19 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-bpo-29839 Changeset: r97820:f5ea45e7bf9c Date: 2019-10-19 01:31 +0200 http://bitbucket.org/pypy/pypy/changeset/f5ea45e7bf9c/ Log:Shortening test_builtin.py::AppTestBuiltinApp::test_len to more specific test_len_negative_overflow diff --git a/pypy/

[pypy-commit] pypy py3.7-bpo-29839: Added (well, copied) apptest for len

2019-10-19 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-bpo-29839 Changeset: r97819:81794cb4ab7f Date: 2019-10-18 19:30 +0200 http://bitbucket.org/pypy/pypy/changeset/81794cb4ab7f/ Log:Added (well, copied) apptest for len diff --git a/pypy/module/__builtin__/test/test_builtin.py b/pypy/module/__builtin__/test

[pypy-commit] pypy py3.7: Merged in Yannick_Jadoul/pypy/py3.7-bpo-29839 (pull request #674)

2019-10-19 Thread arigo
Author: Armin Rigo Branch: py3.7 Changeset: r97822:357c87cee195 Date: 2019-10-20 06:39 + http://bitbucket.org/pypy/pypy/changeset/357c87cee195/ Log:Merged in Yannick_Jadoul/pypy/py3.7-bpo-29839 (pull request #674) bpo-29839 implementation: Avoid raising OverflowError in len() whe

[pypy-commit] pypy py3.7-bpo-29839: First check the result of __len__ for negative values rather before checking for overflow, implementing bpo-29839

2019-10-19 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-bpo-29839 Changeset: r97818:dd823d097737 Date: 2019-10-18 17:30 +0200 http://bitbucket.org/pypy/pypy/changeset/dd823d097737/ Log:First check the result of __len__ for negative values rather before checking for overflow, implementing bpo-29839 diff

[pypy-commit] pypy py3.7-bpo-29839: Fix translation by avoiding space.unwrap

2019-10-19 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-bpo-29839 Changeset: r97821:25e4f3f9050d Date: 2019-10-19 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/25e4f3f9050d/ Log:Fix translation by avoiding space.unwrap diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/

[pypy-commit] pypy https-readme: HTTP -> HTTPS the readme.

2019-10-19 Thread JulianB
Author: Julian Berman Branch: https-readme Changeset: r97817:35efaa242484 Date: 2019-10-19 11:02 -0400 http://bitbucket.org/pypy/pypy/changeset/35efaa242484/ Log:HTTP -> HTTPS the readme. diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -9,15 +9,15 @@ The home pag

[pypy-commit] pypy license-update: Mention the newer directories as well under MIT in the license.

2019-10-19 Thread JulianB
Author: Julian Berman Branch: license-update Changeset: r97816:dc6e2204f014 Date: 2019-10-19 10:55 -0400 http://bitbucket.org/pypy/pypy/changeset/dc6e2204f014/ Log:Mention the newer directories as well under MIT in the license. diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -3

[pypy-commit] cffi default: Issue #427

2019-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r3299:7d1496495e25 Date: 2019-10-19 10:00 +0200 http://bitbucket.org/cffi/cffi/changeset/7d1496495e25/ Log:Issue #427 Fix: it's invalid according the API to call PyGILState_Release(PyGILState_UNLOCKED) manually at startup to rele