◐ Shell
clean mode source ↗

gh-106320: Remove _PyAnextAwaitable_Type from the public C API by vstinner · Pull Request #108597 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@vstinner

@vstinner vstinner commented

Aug 29, 2023

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

It's not needed to declare it in Include/iterobject.h: just use "extern" where it's used (only in object.c).

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 vstinner force-pushed the remove_anext_await branch from 28d31f3 to 65b2caa Compare

August 29, 2023 01:23

@vstinner vstinner merged commit 301eb7e into python:main

Aug 29, 2023

@vstinner vstinner deleted the remove_anext_await branch

August 29, 2023 02:58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner @bedevere-bot