gh-106320: Remove _PyAnextAwaitable_Type from the public C API by vstinner · Pull Request #108597 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Member
It's not needed to declare it in Include/iterobject.h: just use "extern" where it's used (only in object.c).
vstinner
added
the
skip news
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting core review
label
vstinner
enabled auto-merge (squash)
vstinner added 2 commits
It's not needed to declare it in Include/iterobject.h: just use "extern" where it's used (only in object.c).
Remove also debug print() from Tools/c-analyzer/c_parser/preprocessor/gcc.py added by mistake by commit 3200ec6be572897c5da2b1edc28e5c7682914bc4.
vstinner
force-pushed
the
remove_anext_await
branch
from
28d31f3 to
65b2caa
Compare
vstinner
merged commit
301eb7e
into
python:main
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
remove_anext_await
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment