]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117901: Add option for compiler's codegen to save nested instruction sequences...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 24 Apr 2024 09:46:17 +0000 (10:46 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 09:46:17 +0000 (09:46 +0000)
commit0aa0fc3d3ca144f979c684552a56a18ed8f558e4
tree927813b56b123d39098ab584444d5cba2c812e85
parent692e902c742f577f9fc8ed81e60ed9dd6c994e1e
gh-117901: Add option for compiler's codegen to save nested instruction sequences for introspection (#118007)
Include/internal/pycore_instruction_sequence.h
Lib/test/test_compiler_codegen.py
Misc/NEWS.d/next/Core and Builtins/2024-04-17-22-53-52.gh-issue-117901.SsEcVJ.rst [new file with mode: 0644]
Python/compile.c