]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107149: make new opcode util functions private rather than public and unstable...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 14 Nov 2023 00:31:02 +0000 (00:31 +0000)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 00:31:02 +0000 (00:31 +0000)
commit36aab34fab3d05f254fe80ca542c38c5f9ae11fe
treefa858c70058b86c5dfa1396761c7cb8a4150a2db
parentb28bb130bbc2ad956828819967d83e06d30a65c5
gh-107149: make new opcode util functions private rather than public and unstable (#112042)
Include/cpython/compile.h
Include/internal/pycore_compile.h
Modules/_opcode.c
Python/compile.c
Python/intrinsics.c