[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] use _val consistently when getting bytes from bytearray to use externally

2023-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 3e8816bb by Matti Picus at 2023-11-19T08:00:49+02:00 use _val consistently when getting bytes from bytearray to use externally --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspace/std/bytearrayobject.py View it

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

2023-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 7068fe23 by Matti Picus at 2023-11-19T01:24:53+02:00 fix translation --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspace/std/bytearrayobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] backout d9ed7e333e6b, 32-bit compilation did not improve

2023-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 5ae8eede by Matti Picus at 2023-11-17T10:17:55+02:00 backout d9ed7e333e6b, 32-bit compilation did not improve --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspace/std/capsuleobject.py View it on Heptapod: https

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] Add a NULL byte to bytearray data, like CPython. (issue 4030_)

2023-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 41758fda by Matti Picus at 2023-11-19T00:21:58+02:00 Add a NULL byte to bytearray data, like CPython. (issue 4030_) Fixing this may have performance implications --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/objspa