-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without args #115016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without args #115016
Conversation
I'm not sure if we should list all affected methods in the news entry. |
@gvanrossum, you happen to be a codeowner of one of numerous generated files. I do not think that the review of any of the codeowners is required. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks for the reviews, Donghee and Serhiy! |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
GH-115067 is a backport of this pull request to the 3.12 branch. |
…METHOD methods without params (python#115016)
GH-115069 is a backport of this pull request to the 3.11 branch. |
…methods without params (python#115016)
TODO: