SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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]*/
E
Erlend E. Aasland committed
b2c1b4da1935639cb89fbbad0ce170a1182537bd
Parent: 15795b5
Committed by GitHub <noreply@github.com> on 5/12/2023, 8:34:00 AM