[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: for some reason flushing stderr before Popen() prevents tests from hanging here

2022-12-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: c010b9f4 by Matti Picus at 2022-12-27T00:18:17+02:00 for some reason flushing stderr before Popen() prevents tests from hanging here --HG-- branch : py3.8 - - - - - e921f58e by Matti Picus at 2022-12-27T14:15:33+02:00 re-apply

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.8] re-apply fix for issue 3436 since our ensurepip setuptools version is < 59.0

2022-12-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: e921f58e by Matti Picus at 2022-12-27T14:15:33+02:00 re-apply fix for issue 3436 since our ensurepip setuptools version is < 59.0 --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/command/install.py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9-pattern-matching-experiments] 3 commits: check for duplicate assignments to the same name in a pattern

2022-12-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-pattern-matching-experiments at PyPy / pypy Commits: a82b51ff by Carl Friedrich Bolz-Tereick at 2022-12-26T11:51:42+01:00 check for duplicate assignments to the same name in a pattern --HG-- branch : py3.9-pattern-matching-experiments