[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 5 commits: refactor cffi module build to use wget, move to OpenSSL 3.0.12 for portable builds

2023-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 55e8b7f2 by Matti Picus at 2023-11-13T11:47:42+02:00 refactor cffi module build to use wget, move to OpenSSL 3.0.12 for portable builds OpenSSL 1.1.1 is EOL and is not getting bugfixes Also use a list instead of a dictionary to

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] fix merge

2023-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 000da9aa by Matti Picus at 2023-11-14T13:04:19+02:00 fix merge --HG-- branch : py3.9 - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] test, fix for HPy_Dup(ctx, HPy_Null)

2023-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: bbbe2250 by Matti Picus at 2023-11-14T21:10:43+02:00 test, fix for HPy_Dup(ctx, HPy_Null) --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_hpy.py - pypy/module/_hpy_universal/test/_vendore

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: protect in more places against a null handle

2023-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: ab6bc58a by Matti Picus at 2023-11-14T22:22:01+02:00 protect in more places against a null handle --HG-- branch : py3.9 - - - - - 4dc5f449 by Matti Picus at 2023-11-14T22:53:37+02:00 test, handle HPy_NULL in HPy_Is --HG-- bran

[pypy-commit] [Mercurial][pypy/pypy][branch/threaded-code-generation] 5 commits: WIP: direct call hack

2023-11-14 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 196c3430 by Yusuke Izawa at 2023-09-16T00:22:35+09:00 WIP: direct call hack --HG-- branch : threaded-code-generation-direct-call - - - - - 0d9ae631 by Yusuke Izawa at 2023-09-20T14:41:10+09:00 WIP: use witho