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-Tereick at 2023-03-17T18:49:02+01:00 better jump threading, better removal of redundant NOPs --HG-- branch : py3.10-bytecode-positions - - - - - 351ffeca by Carl Friedrich Bolz-Tereick at 2023-03-17T18:49:17+01:00 the predecessors logic was just broken, do it properly. fixes test_trace_ignore_hidden --HG-- branch : py3.10-bytecode-positions - - - - - 62250fe9 by Carl Friedrich Bolz-Tereick at 2023-03-17T19:37:43+01:00 fix test_generator_trace_stopiteration: when starting to trace an already executing generator, the frame.f_lineno attribute needs to be initialized correctly to ensure that we don't get a line event for the line the generator was resumed at --HG-- branch : py3.10-bytecode-positions - - - - - 7b747a0e by Carl Friedrich Bolz-Tereick at 2023-03-17T19:48:17+01:00 mark JUMP_ABSOLUTE in for loop as artificial --HG-- branch : py3.10-bytecode-positions - - - - - e55f43a7 by Carl Friedrich Bolz-Tereick at 2023-03-17T19:55:05+01:00 test and fix: produce lineno nops for constant expressions --HG-- branch : py3.10-bytecode-positions - - - - - 7 changed files: - pypy/interpreter/astcompiler/assemble.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/astcompiler/test/test_misc.py - pypy/interpreter/executioncontext.py - pypy/interpreter/pyframe.py - pypy/interpreter/test/apptest_pyframe.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4bd94b861a1e8d33e39b06b17184c11dad8cacb6...e55f43a7740efc20cec4da786ecc67ed03a7ae3b -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4bd94b861a1e8d33e39b06b17184c11dad8cacb6...e55f43a7740efc20cec4da786ecc67ed03a7ae3b You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com