Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
ef1ba811 by Carl Friedrich Bolz-Tereick at 2022-07-09T08:07:53+02:00
fix a potential leak: the temporary box in MIFrame can come from push_ref, in
which case it stores an aritrary object. clean it up when settin
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
dd4df7a9 by Carl Friedrich Bolz-Tereick at 2022-07-11T09:40:52+02:00
rename variable, it's not a box
- - - - -
1 changed file:
- rpython/jit/metainterp/pyjitpl.py
View it on Heptapod:
https://foss.heptapo
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
6d1f44e5 by Matti Picus at 2022-07-11T23:58:03+03:00
fix the compile flags. CPython takes this from the Makefile, determined by
configure
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib_pypy/_sysconfigdata.py
View i