[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix handling of PYPY_PACKAGE_WITHOUTTK, maybe fixes m1 packaging

2022-06-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 25411754 by Matti Picus at 2022-06-17T16:26:52+03:00 fix handling of PYPY_PACKAGE_WITHOUTTK, maybe fixes m1 packaging --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: htt

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: improve warnings: move the frame walking loop outside of setup_context and

2022-06-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 160f8a24 by Carl Friedrich Bolz-Tereick at 2022-06-11T15:06:48+02:00 improve warnings: move the frame walking loop outside of setup_context and optionally unroll it also make sure the globals in warnings.py are immutable - - -

[pypy-commit] [Git][pypy/pypy][branch/BufferedReader-perf] Use rffi.scoped_alloc_buffer() instead of RawByteBuffer

2022-06-17 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/BufferedReader-perf at PyPy / pypy Commits: 7e111433 by Ronan Lamy at 2022-06-17T18:18:32+01:00 Use rffi.scoped_alloc_buffer() instead of RawByteBuffer --HG-- branch : BufferedReader-perf - - - - - 1 changed file: - pypy/module/_io/interp_bufferedio.py