[pypy-commit] [Git][pypy/pypy][branch/default] update openssl versions

2022-06-30 Thread Matti Picus (@mattip)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: update openssl versions

2022-06-30 Thread Matti Picus (@mattip)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 26 commits: add a counter that shows how often a virtualizable is forced

2022-06-30 Thread Matti Picus (@mattip)
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

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/hpy-0.0.4-hpyfields

2022-06-30 Thread Antonio Cuni (@antocuni)
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

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: make it possible to skip the collect analyzer when defining a custom gc trace function

2022-06-30 Thread Antonio Cuni (@antocuni)
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 - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: make it possible to skip the collect analyzer when defining a custom gc trace function

2022-06-30 Thread Antonio Cuni (@antocuni)
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