]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104240: return code unit metadata from codegen (#104300)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 9 May 2023 13:33:40 +0000 (14:33 +0100)
committerGitHub <noreply@github.com>
Tue, 9 May 2023 13:33:40 +0000 (14:33 +0100)
commitca95edf177e3c10e10d7011ed52619b1312cf15e
tree34c0d8088f6f65b1d8890874391ee008d3f6229e
parentc21f82876089f3e9a7b1e706c029664b799fa659
gh-104240: return code unit metadata from codegen (#104300)
Lib/test/support/bytecode_helper.py
Lib/test/test_compiler_assemble.py
Modules/_testinternalcapi.c
Python/compile.c