diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-05-12 10:34:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 10:34:00 +0200 |
commit | b2c1b4da1935639cb89fbbad0ce170a1182537bd (patch) | |
tree | 5b68de40c8c0aa71db3157e0653450206d6beb13 /Python/bytecodes.c | |
parent | 15795b57d92ee6315b5c8263290944b16834b5f2 (diff) | |
download | cpython-b2c1b4da1935639cb89fbbad0ce170a1182537bd.tar.gz cpython-b2c1b4da1935639cb89fbbad0ce170a1182537bd.zip |
gh-104389: Add 'unused' keyword to Argument Clinic C converters (#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]*/
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions