[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 5 commits: adding an hpy sufffix is wrong

2023-11-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 2515e457 by Matti Picus at 2023-11-09T07:06:16+02:00 adding an hpy sufffix is wrong --HG-- branch : py3.9 - - - - - c9bf9cc5 by Matti Picus at 2023-11-09T09:39:10+02:00 use state.reset() in apptest untranslated tests --HG-- br

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] skip test that, when it fails, spams captured stdout with error reports

2023-11-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 02d7a416 by Matti Picus at 2023-11-09T10:58:30+02:00 skip test that, when it fails, spams captured stdout with error reports --HG-- branch : py3.9 - - - - - 1 changed file: - extra_tests/test_recursion.py View it on Heptap

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 6 commits: fix bug with tp_traverse and metaclases, needs a test

2023-11-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 7d8f5ed1 by Matti Picus at 2023-11-09T16:40:44+02:00 fix bug with tp_traverse and metaclases, needs a test --HG-- branch : py3.9 - - - - - 72face95 by Matti Picus at 2023-11-09T22:04:54+02:00 add attributes to W_AbstractExtensi