[pypy-commit] [Mercurial][pypy/pypy][branch/jit-experiments-tim] fix call issue

2023-07-10 Thread timmatussek (@timmatussek)
timmatussek pushed to branch branch/jit-experiments-tim at PyPy / pypy Commits: 32cf64bd by Tim Matussek at 2023-07-10T12:45:41+02:00 fix call issue --HG-- branch : jit-experiments-tim - - - - - 1 changed file: - rpython/jit/metainterp/minitrace.py View it on Heptapod: https://foss.hept

[pypy-commit] [Mercurial][pypy/pypy][branch/jit-experiments-tim] fixed compilation issue

2023-07-10 Thread timmatussek (@timmatussek)
timmatussek pushed to branch branch/jit-experiments-tim at PyPy / pypy Commits: c6ac509c by Tim Matussek at 2023-07-10T13:17:17+02:00 fixed compilation issue --HG-- branch : jit-experiments-tim - - - - - 1 changed file: - rpython/jit/metainterp/valueapi.py View it on Heptapod: https://f

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] fix, test locking in HMAC update (issue 3962)

2023-07-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: c9badbe4 by Matti Picus at 2023-07-11T09:10:19+03:00 fix, test locking in HMAC update (issue 3962) --HG-- branch : py3.10 - - - - - 2 changed files: - extra_tests/test_hashlib.py - lib_pypy/_hashlib/__init__.py View it on