[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: fix a potential leak: the temporary box in MIFrame can come from push_ref, in
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 setting the other ref registers to None - - - - - bada387e by Carl Friedrich Bolz-Tereick at 2022-07-09T08:27:14+02:00 kill dead import - - - - - 88e7a276 by Carl Friedrich Bolz-Tereick at 2022-07-11T09:41:31+02:00 merge heads - - - - - 1 changed file: - rpython/jit/metainterp/pyjitpl.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/52b877ea76ba7f60e6680de7d06e7c154022c952...88e7a276278d83109c734c546225703cbf546346 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/52b877ea76ba7f60e6680de7d06e7c154022c952...88e7a276278d83109c734c546225703cbf546346 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...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/default] rename variable, it's not a box
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.heptapod.net/pypy/pypy/-/commit/dd4df7a9bb49a5fe495a8d8eca17c0bbc748 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/dd4df7a9bb49a5fe495a8d8eca17c0bbc748 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...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com
[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix the compile flags. CPython takes this from the Makefile, determined by configure
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 it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6d1f44e5028b4386169d536651aebec3d56813fc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/6d1f44e5028b4386169d536651aebec3d56813fc 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...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com