]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 2 Apr 2024 10:34:49 +0000 (11:34 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Apr 2024 10:34:49 +0000 (10:34 +0000)
commit1d5479b236e9a66dd32a24eff6fb83e3242b999d
tree58952ccbc1825b1b7a3004a5971bd4a9a23b2dca
parent5fd1897ec51cb64ef7990ada538fcd8d9ca1f74b
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
Include/cpython/compile.h
Include/internal/pycore_compile.h
Include/internal/pycore_flowgraph.h
Include/internal/pycore_symtable.h
Misc/NEWS.d/next/Core and Builtins/2024-04-02-10-04-57.gh-issue-117411.YdyVmG.rst [new file with mode: 0644]
Python/assemble.c
Python/compile.c
Python/flowgraph.c
Python/future.c
Python/symtable.c
Python/traceback.c