[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/specialize-sum

2021-06-22 Thread Oliver Margetts (@olliemath)
Oliver Margetts pushed new branch branch/specialize-sum at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/specialize-sum You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commi

[pypy-commit] [Git][pypy/pypy][branch/specialize-sum] 2 commits: sum: add edge-cases to tests

2021-06-22 Thread Oliver Margetts (@olliemath)
Oliver Margetts pushed to branch branch/specialize-sum at PyPy / pypy Commits: a1973663 by olliemath at 2021-06-22T09:40:49+01:00 sum: add edge-cases to tests --HG-- branch : specialize-sum - - - - - 87824422 by olliemath at 2021-06-22T09:54:56+01:00 Sum: split tuple/list specialization. Hand

[pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: Specialize builtin sum for lists/tuples

2021-06-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 55136feb by olliemath at 2021-06-22T09:26:27+01:00 Specialize builtin sum for lists/tuples --HG-- branch : specialize-sum - - - - - a1973663 by olliemath at 2021-06-22T09:40:49+01:00 sum: add edge-cases to tes

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: some details for test_builtin

2021-06-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 33731c1f by Carl Friedrich Bolz-Tereick at 2021-06-22T12:54:37+02:00 some details for test_builtin --HG-- branch : py3.8 - - - - - d4f3f13b by Carl Friedrich Bolz-Tereick at 2021-06-22T13:24:40+02:00 sep accepts

[pypy-commit] [Git][pypy/pypy][branch/specialize-sum] Sum: tests and fixes for more edge cases in fast path

2021-06-22 Thread Oliver Margetts (@olliemath)
Oliver Margetts pushed to branch branch/specialize-sum at PyPy / pypy Commits: 15eb3230 by olliemath at 2021-06-22T19:34:05+01:00 Sum: tests and fixes for more edge cases in fast path --HG-- branch : specialize-sum - - - - - 2 changed files: - pypy/module/__builtin__/app_functional.py - py

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Sum: tests and fixes for more edge cases in fast path

2021-06-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 15eb3230 by olliemath at 2021-06-22T19:34:05+01:00 Sum: tests and fixes for more edge cases in fast path --HG-- branch : specialize-sum - - - - - 874798c1 by Carl Friedrich Bolz-Tereick at 2021-06-22T18:58:04+

[pypy-commit] [Git][pypy/pypy][branch/default] document merged branch

2021-06-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 3a56b901 by Matti Picus at 2021-06-22T22:01:48+03:00 document merged branch - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3a56b9013503f8c0057dc86

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 12 commits: customize compiler

2021-06-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 93401d6a by Matti Picus at 2021-06-21T04:43:09+03:00 customize compiler --HG-- branch : py3.7 - - - - - bbe7cf59 by Matti Picus at 2021-06-21T09:35:58+03:00 fix test, repr was fixed in cpython3.7 --HG-- branch : py3.7 - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 8 commits: Specialize builtin sum for lists/tuples

2021-06-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 55136feb by olliemath at 2021-06-22T09:26:27+01:00 Specialize builtin sum for lists/tuples --HG-- branch : specialize-sum - - - - - a1973663 by olliemath at 2021-06-22T09:40:49+01:00 sum: add edge-cases to tests --HG-- branch