[pypy-commit] [Git][pypy/pypy][branch/py3.9] bpo-46503 fix crash bug in \N handling in f-strings

2022-03-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: cf9bf1c3 by Carl Friedrich Bolz-Tereick at 2022-03-27T14:03:11+02:00 bpo-46503 fix crash bug in \N handling in f-strings (one of the rare cases where simply removing a failing assert is the right thing to do) -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] another bug in print, same thing for sep

2022-03-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: ebdeb821 by Carl Friedrich Bolz-Tereick at 2022-03-27T14:09:38+02:00 another bug in print, same thing for sep --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/__builtin__/app_io.py - pypy/module

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

2022-03-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 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 end=None means the sam

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 2 commits: update tier handling and fix minor stuffs in threadedcode tla

2022-03-27 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 3debc98f by Yusuke Izawa at 2022-03-28T02:42:00+09:00 update tier handling and fix minor stuffs in threadedcode tla --HG-- branch : threaded-code-generation - - - - - 02c8d06c by Yusuke Izawa at 2022-03-28T0

[pypy-commit] [Git][pypy/pypy][branch/py3.9] remove pdb.set_trace()

2022-03-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 50fe1697 by Matti Picus at 2022-03-28T07:53:34+03:00 remove pdb.set_trace() --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/test/test_fstring.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/co