Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python/cpython#104389: Add 'unused' keyword to Argument Clinic C conv…
…erters (python/cpython#104390) Use the unused keyword param in the converter to explicitly mark an argument as unused: /*[clinic input] SomeBaseClass.stubmethod flag: bool(unused=True) [clinic start generated code]*/
- Loading branch information