[pypy-commit] pypy py3.6: hg merge default

2019-10-25 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97862:34cc698bbcd1 Date: 2019-10-25 15:34 +0200 http://bitbucket.org/pypy/pypy/changeset/34cc698bbcd1/ Log:hg merge default This includes the changes to unicodehelper._str_decode_utf8_slowpath(). If these changes were not m

[pypy-commit] pypy default: Issue #3094

2019-10-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r97861:da8096b43023 Date: 2019-10-25 14:34 +0200 http://bitbucket.org/pypy/pypy/changeset/da8096b43023/ Log:Issue #3094 Simple workaround for programs calling 'sys.setrecursionlimit(huge_value)' diff --git a/pypy/module/sys/vm.py b/pypy

[pypy-commit] pypy py3.6: Issue #3100

2019-10-25 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97860:82e53786ebea Date: 2019-10-25 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/82e53786ebea/ Log:Issue #3100 Test and fix diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py --- a/pypy/objspace/std/newfo

[pypy-commit] pypy default: Issue #3100

2019-10-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r97859:ce2c72abde3a Date: 2019-10-25 14:01 +0200 http://bitbucket.org/pypy/pypy/changeset/ce2c72abde3a/ Log:Issue #3100 Check in test in 'default', although it passes here, to be sure we don't get a regression later diff --git a/pypy/ob

[pypy-commit] pypy py3.6: reduce difference to cpython 3.6.9

2019-10-25 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97858:a1c8dde72521 Date: 2019-10-25 11:11 +0300 http://bitbucket.org/pypy/pypy/changeset/a1c8dde72521/ Log:reduce difference to cpython 3.6.9 diff --git a/lib-python/3/distutils/command/build_ext.py b/lib-python/3/distutils/command/build_ext.py

[pypy-commit] pypy default: change the DEFAULT_SOABI when the C-API changes (now linked to the PYPY_VERSION)

2019-10-25 Thread mattip
Author: Matti Picus Branch: Changeset: r97855:b8d283f0ad3e Date: 2019-10-25 08:25 +0300 http://bitbucket.org/pypy/pypy/changeset/b8d283f0ad3e/ Log:change the DEFAULT_SOABI when the C-API changes (now linked to the PYPY_VERSION) diff --git a/pypy/module/imp/importing.py b/pypy/module

[pypy-commit] pypy default: update bundled pip, setuptools so we can use manylinux2010 wheels

2019-10-25 Thread mattip
Author: Matti Picus Branch: Changeset: r97854:dca2f786de74 Date: 2019-10-25 07:16 +0300 http://bitbucket.org/pypy/pypy/changeset/dca2f786de74/ Log:update bundled pip, setuptools so we can use manylinux2010 wheels diff --git a/lib-python/2.7/ensurepip/__init__.py b/lib-python/2.7/ensurepip/

[pypy-commit] pypy py3.6: the pyc filename is not dependent on the pypy version; do like cpython

2019-10-25 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97857:2dca56b6a653 Date: 2019-10-25 10:01 +0300 http://bitbucket.org/pypy/pypy/changeset/2dca56b6a653/ Log:the pyc filename is not dependent on the pypy version; do like cpython diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/

[pypy-commit] pypy py3.6: update bundled pip, setuptools so we can use manylinux2010 wheels

2019-10-25 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97856:694f1a91de88 Date: 2019-10-25 08:30 +0300 http://bitbucket.org/pypy/pypy/changeset/694f1a91de88/ Log:update bundled pip, setuptools so we can use manylinux2010 wheels diff --git a/lib-python/3/ensurepip/__init__.py b/lib-python/3/ensurepip