[pypy-commit] [Mercurial][pypy/pypy] Pushed new branch branch/remove-refcounting-gc

2023-07-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed new branch branch/remove-refcounting-gc at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/remove-refcounting-gc You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Mercurial][pypy/pypy][branch/default] mention missing __sizeof__ in differences between CPython and PyPy

2023-07-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 27869257 by Matti Picus at 2023-07-03T19:24:17+03:00 mention missing __sizeof__ in differences between CPython and PyPy - - - - - 1 changed file: - pypy/doc/cpython_differences.rst View it on Heptapod: https://foss.hepta

[pypy-commit] [Mercurial][pypy/pypy][branch/remove-refcounting-gc] 7 commits: now that refcounting is gone, we don't really need a way to query the rtti of a

2023-07-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/remove-refcounting-gc at PyPy / pypy Commits: 50730baa by Carl Friedrich Bolz-Tereick at 2023-07-03T12:53:54+02:00 now that refcounting is gone, we don't really need a way to query the rtti of a type at runtime any more. the rtti mechanism i