]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 31 May 2023 19:21:46 +0000 (20:21 +0100)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 19:21:46 +0000 (20:21 +0100)
commitf990bb8b2d8ee900fe4b0775399f6ef4ca61bb3f
treeee881a03ea85e09057749e8ef82838b657dbaa02
parentdd29ae26f89ba7db596127b6eba83bb3a45c167b
gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)
Include/internal/pycore_compile.h
Misc/NEWS.d/next/Core and Builtins/2023-05-31-16-22-29.gh-issue-105148.MOlb1d.rst [new file with mode: 0644]
Python/ast_opt.c
Python/compile.c
Python/traceback.c