[pypy-commit] pypy default: Add missing method to fake objspace

2019-09-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97678:50925e571213 Date: 2019-09-30 14:53 +0100 http://bitbucket.org/pypy/pypy/changeset/50925e571213/ Log:Add missing method to fake objspace diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/pypy/objspace/fake/objspac

[pypy-commit] pypy py3.6: port test to py3

2019-09-30 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97679:40bd3a3fb028 Date: 2019-09-30 15:02 +0100 http://bitbucket.org/pypy/pypy/changeset/40bd3a3fb028/ Log:port test to py3 diff --git a/extra_tests/test_semlock.py b/extra_tests/test_semlock.py --- a/extra_tests/test_semlock.py +++ b/extra_tests/

[pypy-commit] pypy release-pypy2.7-v7.x: This will be the 7.2.0 release

2019-09-30 Thread stefanor
Author: Stefano Rivera Branch: release-pypy2.7-v7.x Changeset: r97680:cec6bcfd8150 Date: 2019-09-30 17:22 +0300 http://bitbucket.org/pypy/pypy/changeset/cec6bcfd8150/ Log:This will be the 7.2.0 release diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/con

[pypy-commit] pypy release-pypy3.6-v7.x: This will be the 7.2.0 release

2019-09-30 Thread stefanor
Author: Stefano Rivera Branch: release-pypy3.6-v7.x Changeset: r97681:4d6761df14ff Date: 2019-09-30 17:23 +0300 http://bitbucket.org/pypy/pypy/changeset/4d6761df14ff/ Log:This will be the 7.2.0 release diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/con

[pypy-commit] pypy py3.6: remove obsolete tests

2019-09-30 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97682:a8b031cd3e04 Date: 2019-09-30 15:33 +0100 http://bitbucket.org/pypy/pypy/changeset/a8b031cd3e04/ Log:remove obsolete tests diff --git a/pypy/tool/pytest/test/test_pytestsupport.py b/pypy/tool/pytest/test/test_pytestsupport.py --- a/pypy/too

[pypy-commit] pypy py3.6: port test to py3

2019-09-30 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97683:7f855aa7cb62 Date: 2019-09-30 15:53 +0100 http://bitbucket.org/pypy/pypy/changeset/7f855aa7cb62/ Log:port test to py3 diff --git a/extra_tests/cffi_tests/test_version.py b/extra_tests/cffi_tests/test_version.py --- a/extra_tests/cffi_tests/

[pypy-commit] pypy default: ouch, prevent iterating over a unicode string from making bridges

2019-09-30 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97684:60c4f97fb850 Date: 2019-09-30 17:30 +0200 http://bitbucket.org/pypy/pypy/changeset/60c4f97fb850/ Log:ouch, prevent iterating over a unicode string from making bridges diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/s

[pypy-commit] pypy py3.6: fix some tests

2019-09-30 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97686:0a4f164d71ba Date: 2019-09-30 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/0a4f164d71ba/ Log:fix some tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy/modu