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
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
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
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
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
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
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
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://