[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4-hpyfields] 2 commits: WIP: implement HPyField_{Load,Store}

2022-05-05 Thread Antonio Cuni (@antocuni)
Antonio Cuni pushed to branch branch/hpy-0.0.4-hpyfields at PyPy / pypy Commits: 09943367 by Antonio Cuni at 2022-05-05T17:39:56+02:00 WIP: implement HPyField_{Load,Store} --HG-- branch : hpy-0.0.4-hpyfields - - - - - 2a966262 by Antonio Cuni at 2022-05-05T16:57:32+01:00 missing import --HG-

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/liveness-as-instruction

2022-05-05 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed new branch branch/liveness-as-instruction at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/liveness-as-instruction You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/default] remove very old comments

2022-05-05 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 1789fa64 by Carl Friedrich Bolz-Tereick at 2022-04-29T17:59:39+02:00 remove very old comments - - - - - 1 changed file: - rpython/rtyper/rclass.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: ouch: caching of reference constants in JitCodes was broken

2022-05-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: eb1b2835 by Carl Friedrich Bolz-Tereick at 2022-04-26T22:22:32+02:00 ouch: caching of reference constants in JitCodes was broken (this also leads to worse code produced in the frontend, because eg the heapcache thinks its differ

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

2022-05-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 05357b28 by Matti Picus at 2022-05-05T20:39:23+03:00 update openssl downloads - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/05357b

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 8 commits: test that goes via cpyext must create a new tuple

2022-05-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 73e0ac6b by Matti Picus at 2022-02-20T21:20:54+02:00 test that goes via cpyext must create a new tuple (grafted from 219f9ce6eed4304cd8aa0b693c169adb47280512) --HG-- branch : py3.8 - - - - - eb1b2835 by Carl Friedrich Bolz-Tere