[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: use sys.base_prefix to find include files (pypy-specific)

2021-12-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: c1843906 by Matti Picus at 2021-12-06T05:04:18+02:00 use sys.base_prefix to find include files (pypy-specific) - - - - - 392598b5 by Matti Picus at 2021-12-06T05:06:01+02:00 redo removal of PyPy.h 69fc5c4090e2 - - - - - e2c96dc

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 24 commits: bpo-44954: fix corner case in float.fromhex

2021-12-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: a723fab4 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:54:28+01:00 bpo-44954: fix corner case in float.fromhex - - - - - 6fbd9ba4 by Carl Friedrich Bolz-Tereick at 2021-12-04T22:20:26+01:00 copy dtoa changes from https://bugs.

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 22 commits: bpo-44954: fix corner case in float.fromhex

2021-12-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: a723fab4 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:54:28+01:00 bpo-44954: fix corner case in float.fromhex - - - - - 6fbd9ba4 by Carl Friedrich Bolz-Tereick at 2021-12-04T22:20:26+01:00 copy dtoa changes from https://bugs.

[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix get_info

2021-12-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 1a0a08d8 by Matti Picus at 2021-12-07T23:24:21+02:00 fix get_info --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/sys/version.py - testrunner/get_info.py View it on Heptapod: https://foss.heptapod.net/pypy/

[pypy-commit] [Git][pypy/pypy][branch/py3.9] revert part of last commit, annotation requires _VERSION_TEMPLATE to be global

2021-12-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 1ef54f7c by Matti Picus at 2021-12-08T00:38:05+02:00 revert part of last commit, annotation requires _VERSION_TEMPLATE to be global --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/sys/version.py View it on He