[pypy-commit] [Git][pypy/pypy][branch/default] re-upload the aarch64 tarballs for portable builds

2022-02-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0ff538a2 by Matti Picus at 2022-02-22T09:24:24+02:00 re-upload the aarch64 tarballs for portable builds - - - - - 1 changed file: - pypy/tool/release/versions.json View it on Heptapod: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Git][pypy/pypy][branch/py3.9] (mattip, cfbolz): fix __ror__ on OrderedDict

2022-02-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 166fe016 by Carl Friedrich Bolz-Tereick at 2022-02-22T13:04:48+01:00 (mattip, cfbolz): fix __ror__ on OrderedDict --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/_collections/app_odict.py - pyp

[pypy-commit] [Git][pypy/pypy][branch/default] convert to new apptests

2022-02-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: b01f11b6 by Carl Friedrich Bolz-Tereick at 2022-02-22T13:16:07+01:00 convert to new apptests - - - - - 4 changed files: - + pypy/module/_collections/test/apptest_defaultdict.py - + pypy/module/_collections/t

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: re-upload the aarch64 tarballs for portable builds

2022-02-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 0ff538a2 by Matti Picus at 2022-02-22T09:24:24+02:00 re-upload the aarch64 tarballs for portable builds - - - - - b01f11b6 by Carl Friedrich Bolz-Tereick at 2022-02-22T13:16:07+01:00 convert to new apptests - -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: re-upload the aarch64 tarballs for portable builds

2022-02-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 0ff538a2 by Matti Picus at 2022-02-22T09:24:24+02:00 re-upload the aarch64 tarballs for portable builds - - - - - b01f11b6 by Carl Friedrich Bolz-Tereick at 2022-02-22T13:16:07+01:00 convert to new apptests - -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: mmap now has a repr (bpo 34953)

2022-02-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 3e8c6b3b by Matti Picus at 2022-02-22T11:50:57+02:00 mmap now has a repr (bpo 34953) --HG-- branch : py3.9 - - - - - 9cfb1d89 by Matti Picus at 2022-02-22T13:33:36+02:00 math.lcm: skip part of one test, fix to use index() on ar

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: pypy has no object.__sizeof__ so do not mock it

2022-02-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 50ec6fe8 by Matti Picus at 2022-02-22T16:48:27+02:00 pypy has no object.__sizeof__ so do not mock it --HG-- branch : py3.9 - - - - - c06b7202 by Matti Picus at 2022-02-22T17:59:47+02:00 cpython and astcompiler/codegen.py use "c

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: accept OverflowError in test

2022-02-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 0d751a80 by Matti Picus at 2022-02-22T18:44:56+02:00 accept OverflowError in test --HG-- branch : py3.9 - - - - - 54aa31e4 by Matti Picus at 2022-02-22T18:48:23+02:00 typo --HG-- branch : py3.9 - - - - - 1656d754 by Matti Pic