[pypy-commit] [Git][pypy/pypy][branch/py3.7] better error messages on unknown options

2022-01-13 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 250468e9 by Carl Friedrich Bolz-Tereick at 2022-01-13T12:18:30+01:00 better error messages on unknown options --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/app_main.py - pypy/interpreter

[pypy-commit] [Git][pypy/pypy][branch/py3.9] test and fix for a crash

2022-01-13 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 23351844 by Carl Friedrich Bolz-Tereick at 2022-01-13T18:55:10+01:00 test and fix for a crash --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/interpreter/pyparser/rpypegparse.py - pypy/interpreter/pyp

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

2022-01-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: e0d940f4 by Matti Picus at 2022-01-13T13:25:20+02:00 move import --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/_posixsubprocess/test/apptest_subprocess.py View it on Heptapod: https://foss.heptapod.net/pyp

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: PyPy raises different exceptions

2022-01-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 0c52bf68 by Matti Picus at 2022-01-13T16:54:44+02:00 PyPy raises different exceptions --HG-- branch : py3.9 - - - - - 435cb211 by Matti Picus at 2022-01-13T17:49:11+02:00 skip tests if windows or if runappdirect --HG-- branch

[pypy-commit] [Git][pypy/pypy][branch/py3.9] skip test if AssertionError is the wrong one

2022-01-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 813ed91c by Matti Picus at 2022-01-13T22:30:53+02:00 skip test if AssertionError is the wrong one --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/interpreter/test/apptest_exceptions.py View it on Heptapod: https://

[pypy-commit] [Git][pypy/pypy][branch/default] more release note work

2022-01-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 445f891f by Matti Picus at 2022-01-14T00:32:29+02:00 more release note work - - - - - 1 changed file: - pypy/doc/release-v7.3.8.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/445f891fbc0a90759d0071

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: when run with -D, pytest has a py3k_skip function

2022-01-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6f113722 by Matti Picus at 2022-01-14T09:14:11+02:00 when run with -D, pytest has a py3k_skip function --HG-- branch : py3.9 - - - - - e4a0aeae by Matti Picus at 2022-01-14T09:31:13+02:00 fix PyType_IS_GC --HG-- branch : py3.9

[pypy-commit] [Git][pypy/pypy][branch/py3.9] skip fork server test on PyPy which is tuned tightly for CPython

2022-01-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: fec845c1 by Matti Picus at 2022-01-14T09:52:48+02:00 skip fork server test on PyPy which is tuned tightly for CPython --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/test/_test_multiprocessing.py View it on