Skip to content

Argument Clinic: add support for removing a parameter #108270

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

Open
erlend-aasland opened this issue Aug 22, 2023 · 0 comments
Open

Argument Clinic: add support for removing a parameter #108270

erlend-aasland opened this issue Aug 22, 2023 · 0 comments
Labels
3.13 bugs and security fixes topic-argument-clinic type-feature A feature request or enhancement

Comments

@erlend-aasland
Copy link
Contributor

Originally posted by @serhiy-storchaka in #95065 (comment):

  1. Remove parameter. For some converters we can use NULL or something like to distinguish absent argument, but for others all values after conversion are correct, so we need a special directive for this. When remove positional-only or positional-or-keyword parameter, all following parameters should become keyword-only parameters.
@erlend-aasland erlend-aasland added type-feature A feature request or enhancement topic-argument-clinic 3.13 bugs and security fixes labels Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes topic-argument-clinic type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant