[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3751: fix f-string bug where the recursive tokenization was done incorrectly

2022-03-31 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 35dff38e by Carl Friedrich Bolz-Tereick at 2022-03-31T10:36:44+02:00 #3751: fix f-string bug where the recursive tokenization was done incorrectly because the newlines at the end of lines were removed, which break

[pypy-commit] [Git][pypy/pypy][branch/default] Remove obsolete script

2022-03-31 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 7cf846d3 by Ronan Lamy at 2022-03-31T17:19:32+01:00 Remove obsolete script - - - - - 1 changed file: - − pypy/module/cpyext/presetup.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/7cf846d36719acb956e

[pypy-commit] [Git][pypy/pypy][branch/default] Remove direct uses of gettestobjspace() in tests

2022-03-31 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 4751bccc by Ronan Lamy at 2022-03-31T19:12:18+01:00 Remove direct uses of gettestobjspace() in tests - - - - - 8 changed files: - pypy/module/_jitlog/test/test__jitlog.py - pypy/module/_multiprocessing/test/test_interp_semap

[pypy-commit] [Git][pypy/pypy][branch/default] backport uint32 conversion of start argument in zlib.crc32 and zlib.alder32 (issue 3717)

2022-03-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 9cfc134f by Matti Picus at 2022-03-31T23:37:48+03:00 backport uint32 conversion of start argument in zlib.crc32 and zlib.alder32 (issue 3717) - - - - - 1 changed file: - pypy/module/zlib/interp_zlib.py View it on Heptapo