[pypy-commit] [Git][pypy/pypy][branch/m1] 174 commits: somewhat laboriously reproduce the problem of #3598 as a jit test

2022-03-26 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy Commits: a55f4a8e by Carl Friedrich Bolz-Tereick at 2021-11-25T11:44:06+01:00 somewhat laboriously reproduce the problem of #3598 as a jit test --HG-- branch : shortpreamble-no-mutate - - - - - 61abc439 by Carl Friedrich

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: stop emitting the useless BUILD_MAP, DICT_MERGE sequence for f(**kwargs) calls.

2022-03-26 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 179ebdbd by Carl Friedrich Bolz-Tereick at 2022-03-26T11:23:14+01:00 stop emitting the useless BUILD_MAP, DICT_MERGE sequence for f(**kwargs) calls. cpython needs it for other reasons. --HG-- branch : py3.9 - -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] more complicated

2022-03-26 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 016152e8 by Carl Friedrich Bolz-Tereick at 2022-03-26T12:15:01+01:00 more complicated --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on Heptapod:

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: help the flow space

2022-03-26 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 77ab71a5 by Carl Friedrich Bolz-Tereick at 2022-03-25T21:19:04+01:00 help the flow space --HG-- branch : py3.8 - - - - - 0fe4b3a6 by Carl Friedrich Bolz-Tereick at 2022-03-26T10:46:57+01:00 merge py3.8 --HG--

[pypy-commit] [Git][pypy/pypy][branch/default] support for two-argument enumerate with a constant second argument

2022-03-26 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 16973dbe by Carl Friedrich Bolz-Tereick at 2022-03-26T12:59:51+01:00 support for two-argument enumerate with a constant second argument - - - - - 6 changed files: - rpython/annotator/builtin.py -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: test and fix for a corner case: error if the **kwargs are not a dict, but an

2022-03-26 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: a8d593d7 by Carl Friedrich Bolz-Tereick at 2022-03-25T19:35:48+01:00 test and fix for a corner case: error if the **kwargs are not a dict, but an object that returns multiple times the same string when calling

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: turn test_print into apptest_print

2022-03-26 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 47cdfc85 by Carl Friedrich Bolz-Tereick at 2022-03-26T10:53:18+01:00 turn test_print into apptest_print --HG-- branch : py3.8 - - - - - 5e6865cc by Carl Friedrich Bolz-Tereick at 2022-03-26T10:58:47+01:00

[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix translation

2022-03-26 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: d88777d6 by Carl Friedrich Bolz-Tereick at 2022-03-26T11:57:06+01:00 fix translation --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/interpreter/astcompiler/codegen.py View it on Heptapod:

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 2 commits: unroll stack operators in tier2 jit

2022-03-26 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 09453f1b by Yusuke Izawa at 2022-03-27T00:56:45+09:00 unroll stack operators in tier2 jit --HG-- branch : threaded-code-generation - - - - - 03cf4226 by Yusuke Izawa at 2022-03-27T02:32:00+09:00 add CONST_N

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] fix existing programs add several ones that are used in [Y.Izawa+, DLS'20]

2022-03-26 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: cfce5885 by Yusuke Izawa at 2022-03-27T02:55:17+09:00 fix existing programs add several ones that are used in [Y.Izawa+, DLS20] --HG-- branch : threaded-code-generation - - - - - 10 changed files: - +

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: update release note

2022-03-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 6fc0dea3 by Matti Picus at 2022-03-26T22:13:52+03:00 update release note - - - - - c06b898d by Matti Picus at 2022-03-25T15:22:39+03:00 add a test (from cython) for setting the d_base.doc of a wrapper-descriptor - - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: fix pip bundled version, cpyext test

2022-03-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: db4af844 by Matti Picus at 2022-03-27T08:33:40+03:00 fix pip bundled version, cpyext test --HG-- branch : py3.9 - - - - - 9e859dbb by Matti Picus at 2022-03-27T08:38:53+03:00 fix magic numpy in test to match e29396b0ca42