[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: 
https://foss.heptapod.net/pypy/pypy/-/commit/25411754c9ec3b6a56d33c8a06e11214aad3cde2

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/25411754c9ec3b6a56d33c8a06e11214aad3cde2
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[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

- - - - -
cd7683a6 by Carl Friedrich Bolz-Tereick at 2022-06-11T17:09:35+02:00
merge default

--HG--
branch : py3.8

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

- - - - -
f0af6e9f by Matti Picus at 2022-06-17T16:27:19+03:00
merge py3.8

--HG--
branch : py3.9

- - - - -


2 changed files:

- pypy/module/_warnings/interp_warnings.py
- pypy/tool/release/package.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/8b43554678d71b3096d17f60f01af15b7cf95fd0...f0af6e9f5090e152d914caabab95ea89cfa06413

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/8b43554678d71b3096d17f60f01af15b7cf95fd0...f0af6e9f5090e152d914caabab95ea89cfa06413
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[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


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/7e111433217df26082ddef38a19570cdc227588d

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/7e111433217df26082ddef38a19570cdc227588d
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com