]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: refactor assemble() to a number of separate functions, which do not need...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 13 Mar 2023 15:59:20 +0000 (15:59 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 15:59:20 +0000 (15:59 +0000)
commit634cb61909b1392f0eef3e749931777adb54f16e
treefca3bf772c1b5ae8dfb66b63aa7e92ed215ca156
parentca01cae1e91446c70fa569d4502c7cbba381e7ff
gh-87092: refactor assemble() to a number of separate functions, which do not need the compiler struct (#102562)
Lib/test/support/bytecode_helper.py
Lib/test/test_peepholer.py
Python/compile.c