]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)
authorVictor Stinner <vstinner@python.org>
Tue, 29 Aug 2023 02:05:11 +0000 (04:05 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 02:05:11 +0000 (02:05 +0000)
commit301eb7e607be6ea15c7a1e792f1cb927ba423932
treee3a3130b50db6abbca66ba1d04dbc6122bc7d758
parent39506ee565ce819e14e8071227fc53b8dcb6a788
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)

It's not needed to declare it in Include/iterobject.h: just use
"extern" where it's used (only in object.c).
Include/iterobject.h
Objects/object.c
Tools/c-analyzer/c_parser/preprocessor/gcc.py
Tools/c-analyzer/cpython/globals-to-fix.tsv