Matti Picus pushed to branch branch/py3.10 at PyPy / pypy
Commits:
d16e4d9e by Carl Friedrich Bolz-Tereick at 2023-07-14T17:14:44+02:00
make decode_w more jit-friendly by not escaping w_input
--HG--
branch : py3.9
- - - - -
b49378d6 by Carl Friedrich Bolz-Tereick at 2023-07-11T14:51:00+02:00
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
ee5aca8f by Matti Picus at 2023-07-18T13:16:06+03:00
copy less when creating a venv (issue 3611)
--HG--
branch : py3.9
- - - - -
1 changed file:
- lib-python/3/venv/__init__.py
View it on Heptapod:
https://foss.heptapod.n
rtobar pushed new branch branch/stopiteration-issue at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/stopiteration-issue
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-comm
rtobar pushed to branch branch/stopiteration-issue at PyPy / pypy
Commits:
6edf33d9 by Rodrigo Tobar at 2023-07-19T10:59:17+08:00
Actually skip the test
--HG--
branch : stopiteration-issue
- - - - -
1 changed file:
- pypy/module/cpyext/test/test_async_iter.py
View it on Heptapod:
https:
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
6f02ccb3 by Matti Picus at 2023-07-19T05:27:53+00:00
use a PYPY_PORTABLE_DEPS.txt file to state which dlls to copy in a portable
build (issue 3611)
--HG--
branch : py3.9
- - - - -
2 changed files:
- lib-python/3/venv/__init