Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
04067d03 by Matti Picus at 2022-06-09T10:16:14+03:00
skip _cffi_backend/test/test_recompiler on darwin untranslated
- - - - -
1 changed file:
- pypy/module/_cffi_backend/test/test_recompiler.py
View it on Heptapod:
https
Max Bernstein pushed new branch branch/mb-optimize-abs-abs at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/mb-optimize-abs-abs
You're receiving this email because of your account on foss.heptapod.net.
___
py
Max Bernstein pushed to branch branch/mb-optimize-abs-abs at PyPy / pypy
Commits:
a327f981 by Maxwell Bernstein at 2022-06-09T03:29:49-07:00
Fix test name and add nested abs case
--HG--
branch : mb-optimize-abs-abs
- - - - -
1 changed file:
- rpython/jit/metainterp/optimizeopt/test/test_op
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
6247ab4b by Maxwell Bernstein at 2022-06-09T03:23:59-07:00
Optimize float_abs(float_abs(x)) to float_abs(x)
--HG--
branch : mb-optimize-abs-abs
- - - - -
a327f981 by Maxwell Bernstein at 2022-06-09T03:29:49-07
Tadeu Zagallo pushed new branch branch/py3.9-zip-strict at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.9-zip-strict
You're receiving this email because of your account on foss.heptapod.net.
___
pypy-com
Tadeu Zagallo pushed to branch branch/py3.9-zip-strict at PyPy / pypy
Commits:
7129ad9b by Tadeu Zagallo at 2022-06-09T16:54:39+02:00
(tadeuzagallo, cfbolz) Add strict validation to zip and partial error message
support
--HG--
branch : py3.9-zip-strict
- - - - -
2 changed files:
- pypy/mo
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
1eceb889 by Carl Friedrich Bolz-Tereick at 2022-06-09T22:11:04+02:00
ouch: debug_assert_not_none does also not invalidate storesink caches
- - - - -
2 changed files:
- rpython/translator/backendopt/storesink