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

2021-12-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: b984fcbd by Matti Picus at 2021-12-02T10:16:51+02:00 fix translation --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspace/std/setobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b984f

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: some error types have changed

2021-12-02 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: a6cf424e by Carl Friedrich Bolz-Tereick at 2021-12-01T22:16:49+01:00 some error types have changed --HG-- branch : py3.9 - - - - - 73e93fed by Carl Friedrich Bolz-Tereick at 2021-12-01T22:25:10+01:00 check for u

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: our _ctypes_test is quite the hack, and the resulting module is missing a

2021-12-02 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: e95f3ea2 by Carl Friedrich Bolz-Tereick at 2021-12-02T20:50:38+01:00 our _ctypes_test is quite the hack, and the resulting module is missing a .__file__ attribute as a result somehow. add it manually --HG-- branc

[pypy-commit] [Git][pypy/pypy][branch/py3.9] ouch, use KeyError in the translated version too, to make it catchable in the

2021-12-02 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 9351dfe4 by Carl Friedrich Bolz-Tereick at 2021-12-02T21:10:04+01:00 ouch, use KeyError in the translated version too, to make it catchable in the caller --HG-- branch : py3.9 - - - - - 2 changed files: - pyp