[pypy-commit] [Git][pypy/pypy][branch/py3.8] 55 commits: remove unused functions and add a few tweaks for openssl3

2021-11-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: e85c3387 by Matti Picus at 2021-09-30T02:03:51+03:00 remove unused functions and add a few tweaks for openssl3 --HG-- branch : openssl-3.0.0 - - - - - 1c333acf by Matti Picus at 2021-09-30T13:02:27+03:00 merge openssl-3.0.0 int

[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 3 commits: fix broken test and also improve the error position

2021-11-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-peg-parser at PyPy / pypy Commits: 962473b0 by Carl Friedrich Bolz-Tereick at 2021-11-08T21:55:22+01:00 fix broken test and also improve the error position --HG-- branch : py3.9-peg-parser - - - - - 22c3518b by Carl Friedrich Bolz-Ter