Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
47ed3769 by Matti Picus at 2022-06-30T17:21:14+03:00
update openssl versions
- - - - -
1 changed file:
- lib_pypy/pypy_tools/build_cffi_imports.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/47ed376
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
47ed3769 by Matti Picus at 2022-06-30T17:21:14+03:00
update openssl versions
- - - - -
fd014843 by Matti Picus at 2022-06-30T17:22:44+03:00
merge default
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib_pypy/pypy_tools
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
7590e1ed by Carl Friedrich Bolz-Tereick at 2022-06-11T17:54:21+02:00
add a counter that shows how often a virtualizable is forced
(this is somewhat experimental, because I think it also counts every blackhole
use, so might need r
Antonio Cuni deleted branch branch/hpy-0.0.4-hpyfields at PyPy / pypy
--
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
Antonio Cuni pushed to branch branch/default at PyPy / pypy
Commits:
caab6b60 by Antonio Cuni at 2022-06-23T14:40:34+01:00
make it possible to skip the collect analyzer when defining a custom gc trace
function
- - - - -
bd63c59c by Antonio Cuni at 2022-06-30T16:33:19+01:00
merge heads
- - -
Antonio Cuni pushed to branch branch/py3.8 at PyPy / pypy
Commits:
caab6b60 by Antonio Cuni at 2022-06-23T14:40:34+01:00
make it possible to skip the collect analyzer when defining a custom gc trace
function
- - - - -
e5ef72d3 by Antonio Cuni at 2022-06-30T16:14:08+01:00
hg merge default
--H