[pypy-commit] [Git][pypy/pypy][branch/fix-intutils-ovf-bug] 5 commits: test and fix: wrong api usage in int_add chaining logic

2022-10-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/fix-intutils-ovf-bug at PyPy / pypy Commits: 4627ff02 by Carl Friedrich Bolz-Tereick at 2022-10-18T22:09:29+02:00 test and fix: wrong api usage in int_add chaining logic --HG-- branch : fix-intutils-ovf-bug - - - - - 2440591f by Carl Friedr

[pypy-commit] [Git][pypy/pypy][branch/fix-intutils-ovf-bug] 3 commits: print nicer debug output when stuff goes wrong

2022-10-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/fix-intutils-ovf-bug at PyPy / pypy Commits: 58402933 by Carl Friedrich Bolz-Tereick at 2022-10-19T22:11:06+02:00 print nicer debug output when stuff goes wrong --HG-- branch : fix-intutils-ovf-bug - - - - - 0cb67cdc by Carl Friedrich Bolz-

[pypy-commit] [Git][pypy/pypy][branch/max_int_threshold] 4 commits: fix failing test_linear_long_base_16

2022-10-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/max_int_threshold at PyPy / pypy Commits: 8c96b277 by Matti Picus at 2022-10-18T22:04:16+03:00 fix failing test_linear_long_base_16 --HG-- branch : max_int_threshold - - - - - 06d74063 by Matti Picus at 2022-10-18T22:53:50+03:00 test, fix more edge cases -