[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix test

2020-12-07 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: a5b96272 by Matti Picus at 2020-12-07T10:26:52+02:00 fix test --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_locale/test/test_locale.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/a5b96

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: another ztranslation fix

2020-12-07 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 37651989 by Matti Picus at 2020-12-07T08:34:52+02:00 another ztranslation fix --HG-- branch : py3.7 - - - - - 96cb799d by Matti Picus at 2020-12-07T08:47:28+02:00 disable _hpy_universal tests on 32-bit linux --HG-- branch : py

[pypy-commit] [Git][pypy/pypy][branch/py3.6] fix issue #3355: a type annotated assignment was incorrectly handled in the

2020-12-07 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy Commits: 14ff4a35 by Carl Friedrich Bolz-Tereick at 2020-12-07T11:34:04+01:00 fix issue #3355: a type annotated assignment was incorrectly handled in the scoping rules, leading to a crash in complex situations. --HG-- bra

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix issue #3355: a type annotated assignment was incorrectly handled in the

2020-12-07 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 14ff4a35 by Carl Friedrich Bolz-Tereick at 2020-12-07T11:34:04+01:00 fix issue #3355: a type annotated assignment was incorrectly handled in the scoping rules, leading to a crash in complex situations. --HG-- branch : py3.6 - -

[pypy-commit] [Git][pypy/pypy][branch/default] fix a missing error in pypy: bare except:-clauses should come last

2020-12-07 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 1ab6b0dc by Carl Friedrich Bolz-Tereick at 2020-12-07T12:30:25+01:00 fix a missing error in pypy: bare except:-clauses should come last - - - - - 2 changed files: - pypy/interpreter/astcompiler/codegen.py -

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/implement-pyexit

2020-12-07 Thread Chris Burr
Chris Burr pushed new branch branch/implement-pyexit at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/implement-pyexit You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit

[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix missing import

2020-12-07 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 69b5750b by Matti Picus at 2020-12-08T08:39:37+02:00 fix missing import --HG-- branch : py3.7 - - - - - 1 changed file: - extra_tests/hpy_tests/conftest.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/6

[pypy-commit] [Git][pypy/pypy][branch/implement-pyexit] fix test, allow exception to percolate out

2020-12-07 Thread Matti Picus
Matti Picus pushed to branch branch/implement-pyexit at PyPy / pypy Commits: 4e098914 by Matti Picus at 2020-12-08T08:38:36+02:00 fix test, allow exception to percolate out --HG-- branch : implement-pyexit - - - - - 3 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/pythonru