[pypy-commit] [Git][pypy/pypy][branch/default] fix a bug in 82fa24d66349: the code path that passed constants along a link to

2022-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 031c6f4c by Carl Friedrich Bolz-Tereick at 2022-11-19T14:30:02+01:00 fix a bug in 82fa24d66349: the code path that passed constants along a link to a block with several predecessors was broken in the presence of

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] move slow_path flag outer

2022-11-19 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: d3418ad2 by Yusuke Izawa at 2022-11-19T22:31:17+09:00 move slow_path flag outer --HG-- branch : threaded-code-generation - - - - - 1 changed file: - rpython/jit/metainterp/optimizeopt/tracesplit.py View

[pypy-commit] [Git][pypy/pypy][branch/default] remove pdb :-/

2022-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: fe1d95b3 by Carl Friedrich Bolz-Tereick at 2022-11-19T14:32:48+01:00 remove pdb :-/ - - - - - 1 changed file: - rpython/translator/backendopt/constfold.py View it on Heptapod: https://foss.heptapod.net/py

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] Remove unuspported argument

2022-11-19 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 320a30bc by Yusuke Izawa at 2022-11-19T22:40:36+09:00 Remove unuspported argument --HG-- branch : threaded-code-generation - - - - - 1 changed file: - rpython/jit/metainterp/optimizeopt/tracesplit.py Vi

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: continue updating release note

2022-11-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: eba2d17e by Matti Picus at 2022-11-19T18:58:04+02:00 continue updating release note - - - - - b2be44a7 by Matti Picus at 2022-11-19T23:29:30+02:00 add links - - - - - 1 changed file: - pypy/doc/release-v7.3.10.rst View i

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/issue3854

2022-11-19 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/issue3854 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/issue3854 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list

[pypy-commit] [Git][pypy/pypy][branch/issue3854] remove unneeded code

2022-11-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/issue3854 at PyPy / pypy Commits: 31290e87 by Matti Picus at 2022-11-20T08:57:23+02:00 remove unneeded code --HG-- branch : issue3854 - - - - - 2 changed files: - pypy/module/cpyext/test/nanobind3.c - pypy/module/cpyext/test/test_typeobject.py View it

[pypy-commit] [Git][pypy/pypy][branch/issue3854] test passes on CPython, fails on PyPy

2022-11-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/issue3854 at PyPy / pypy Commits: d54d56e2 by Matti Picus at 2022-11-20T09:00:25+02:00 test passes on CPython, fails on PyPy --HG-- branch : issue3854 - - - - - 1 changed file: - pypy/module/cpyext/test/test_typeobject.py View it on Heptapod: https://