[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 5 commits: fix two test_pypy_c tests

2023-11-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: cbca9cd8 by Carl Friedrich Bolz-Tereick at 2023-09-12T22:41:29+02:00 fix two test_pypy_c tests --HG-- branch : py3.9 - - - - - c239f457 by Carl Friedrich Bolz-Tereick at 2023-11-09T21:15:05+01:00 #4028: avoid ca

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] activate memory protection by compiling with _HPY_DEBUG_MEM_PROTECT_USEMMAP

2023-11-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 5de947d5 by Matti Picus at 2023-11-10T12:13:02+02:00 activate memory protection by compiling with _HPY_DEBUG_MEM_PROTECT_USEMMAP --HG-- branch : py3.9 - - - - - 2 changed files: - extra_tests/hpy_tests/_vendored/debug/test_c

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: fix error message

2023-11-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 2d0f7e11 by Matti Picus at 2023-11-10T11:06:54+02:00 fix error message --HG-- branch : py3.9 - - - - - cc766da2 by Matti Picus at 2023-11-10T11:08:13+02:00 fix test - unwrap handles in debug mode --HG-- branch : py3.9 - - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/default] #4028: avoid calling codepoints_in_utf8 on the original input string again and

2023-11-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: c239f457 by Carl Friedrich Bolz-Tereick at 2023-11-09T21:15:05+01:00 #4028: avoid calling codepoints_in_utf8 on the original input string again and again - - - - - 2 changed files: - pypy/module/_sre/interp_