]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 17 Apr 2024 15:42:04 +0000 (16:42 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 15:42:04 +0000 (16:42 +0100)
commitc179c0e6cbb4d1e981fffd43f207f5b1aa5388e5
tree4600115b3e61e7404b550d81a23a235d31c183fb
parentae8dfd2761e4a45afe0adada0f91f371dd121bb8
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
17 files changed:
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_instruction_sequence.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/support/bytecode_helper.py
Lib/test/test_compile.py
Lib/test/test_compiler_assemble.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2024-04-09-16-07-00.gh-issue-117680.MRZ78K.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Modules/clinic/_testinternalcapi.c.h
Objects/object.c
Python/clinic/instruction_sequence.c.h [new file with mode: 0644]
Python/compile.c
Python/instruction_sequence.c
Tools/c-analyzer/cpython/globals-to-fix.tsv