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
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
- - -
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