[pypy-commit] [Git][pypy/pypy][branch/py3.8] 9 commits: add info to debug _ssl dll copying, try to only copy first found dll

2022-09-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d8ae3bbe by Matti Picus at 2022-09-02T07:15:29-04:00 add info to debug _ssl dll copying, try to only copy first found dll - - - - - c3d7f748 by Carl Friedrich Bolz-Tereick at 2022-09-02T13:02:41+02:00 try to not generate 300 var

[pypy-commit] [Git][pypy/pypy][branch/default] fix/extend gc.hooks documentation

2022-09-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a0d956d7 by Matti Picus at 2022-09-08T13:03:04+03:00 fix/extend gc.hooks documentation - - - - - 1 changed file: - pypy/doc/gc_info.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a0d956d71290e60672

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] 2 commits: disallow using set_on_invalid_handle on PyPy

2022-09-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 3ff392f6 by Matti Picus at 2022-09-08T21:46:57+03:00 disallow using set_on_invalid_handle on PyPy --HG-- branch : hpy-0.0.4 - - - - - ffce89f8 by Matti Picus at 2022-09-08T23:42:01+03:00 refactor to make ztranslation work,