[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/fix-intutils-ovf-bug

2022-10-15 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed new branch branch/fix-intutils-ovf-bug at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/fix-intutils-ovf-bug You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 118 commits: A branch to update to the upcoming 0.0.4 release of HPy

2022-10-15 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 2472bb5f by Ronan Lamy at 2022-03-03T20:07:02+00:00 A branch to update to the upcoming 0.0.4 release of HPy --HG-- branch : hpy-0.0.4 - - - - - 4c44d0d5 by Ronan Lamy at 2022-03-03T19:37:04+00:00 rm broken patch and run update_

[pypy-commit] [Git][pypy/pypy][branch/fix-intutils-ovf-bug] 3 commits: int_neg also has a bug

2022-10-15 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/fix-intutils-ovf-bug at PyPy / pypy Commits: 350a1e9c by Carl Friedrich Bolz-Tereick at 2022-10-15T15:24:27+02:00 int_neg also has a bug also add some consistency checks between the methods --HG-- branch : fix-intutils-ovf-bug - - - - - ca

[pypy-commit] [Git][pypy/pypy][branch/fix-intutils-ovf-bug] add a new file with test_optimize*-style tests but specifically for those cases

2022-10-15 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/fix-intutils-ovf-bug at PyPy / pypy Commits: fe37c69e by Carl Friedrich Bolz-Tereick at 2022-10-15T22:04:30+02:00 add a new file with test_optimize*-style tests but specifically for those cases that relate to intbounds (the other ones are get