[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10-bytecode-positions] 3 commits: test case and fix: the implicit return in class bodies also should be copied

2023-03-17 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10-bytecode-positions at PyPy / pypy Commits: f7a29548 by Carl Friedrich Bolz-Tereick at 2023-03-17T13:47:33+01:00 test case and fix: the implicit return in class bodies also should be copied --HG-- branch : py3.10-bytecode-positions -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10-bytecode-positions] 6 commits: this test was just wrong in 3.10

2023-03-17 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10-bytecode-positions at PyPy / pypy Commits: 42e6817d by Carl Friedrich Bolz-Tereick at 2023-03-17T18:47:49+01:00 this test was just wrong in 3.10 --HG-- branch : py3.10-bytecode-positions - - - - - b78aa8cc by Carl Friedrich Bolz-Tere