[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix test_ztranslation in posix

2021-11-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 1d21be37 by Carl Friedrich Bolz-Tereick at 2021-11-30T10:05:55+01:00 fix test_ztranslation in posix --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/objspace/fake/objspace.py View it on Heptapod: htt

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: update vendored vmprof - now supports ppc64

2021-11-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: d772653b by Matti Picus at 2021-11-30T08:39:01+02:00 update vendored vmprof - now supports ppc64 - - - - - e582a31c by Matti Picus at 2021-11-30T08:39:21+02:00 merge default --HG-- branch : py3.7 - - - - - 027ab954 by Matti Pi

[pypy-commit] [Git][pypy/pypy][branch/default] update vendored vmprof - now supports ppc64

2021-11-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d772653b by Matti Picus at 2021-11-30T08:39:01+02:00 update vendored vmprof - now supports ppc64 - - - - - 5 changed files: - rpython/rlib/rvmprof/src/shared/_vmprof.c - rpython/rlib/rvmprof/src/shared/unwind/vmprof_unwind.

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: issue #3598: make sure that the various pop+jump bytecodes call jump_absolute

2021-11-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: d56ee3ec by Carl Friedrich Bolz-Tereick at 2021-11-20T22:40:08+01:00 issue #3598: make sure that the various pop+jump bytecodes call jump_absolute in case they jump backwards, to give the JIT a chance to start a t

[pypy-commit] [Git][pypy/pypy][branch/py3.7] tweak setstate on range_iterators

2021-11-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: c751835d by Matti Picus at 2021-11-30T17:30:40+02:00 tweak setstate on range_iterators --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/__builtin__/functional.py View it on Heptapod: https://foss.heptapod.net

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: fix position of syntax errors raised while parsing f-string subexpressions

2021-11-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 164ab799 by Carl Friedrich Bolz-Tereick at 2021-11-30T12:22:28+01:00 fix position of syntax errors raised while parsing f-string subexpressions --HG-- branch : py3.7 - - - - - e7fb62a7 by Carl Friedrich Bolz-Ter

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: this also passes

2021-11-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: b5e8b047 by Carl Friedrich Bolz-Tereick at 2021-11-30T18:18:07+01:00 this also passes --HG-- branch : py3.7 - - - - - 910556c5 by Carl Friedrich Bolz-Tereick at 2021-11-30T18:22:50+01:00 those also just work \o/

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 24 commits: refactor to get correct error message (with the '=' for inplace ops)

2021-11-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: cccb961d by Matti Picus at 2021-11-29T12:29:56+02:00 refactor to get correct error message (with the '=' for inplace ops) - - - - - f5dd98b2 by Matti Picus at 2021-11-29T19:21:46+02:00 fix test for python3 --HG-

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 27 commits: issue #3598: make sure that the various pop+jump bytecodes call jump_absolute

2021-11-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: d56ee3ec by Carl Friedrich Bolz-Tereick at 2021-11-20T22:40:08+01:00 issue #3598: make sure that the various pop+jump bytecodes call jump_absolute in case they jump backwards, to give the JIT a chance to start a t

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/m1

2021-11-30 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed new branch branch/m1 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/m1 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-co

[pypy-commit] [Git][pypy/pypy][branch/py3.9] follow 3.9 in their message

2021-11-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 8a9582e7 by Carl Friedrich Bolz-Tereick at 2021-11-30T18:38:37+01:00 follow 3.9 in their message --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/interpreter/astcompiler/fstring.py - pypy/objspace/std/

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: the test is wrong here

2021-11-30 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 9bf7e698 by Carl Friedrich Bolz-Tereick at 2021-11-30T19:57:02+01:00 the test is wrong here --HG-- branch : py3.9 - - - - - a693c2ee by Carl Friedrich Bolz-Tereick at 2021-11-30T20:08:16+01:00 pypy's message is