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
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
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