Add a new Argument Clinic converter keyword for unused args

I’d like to add a new unused argument to C converters. If True, the corresponding argument in the impl function signature would be wrapped with Py_UNUSED. I created gh-104389 for this, and I’m now posting it here since I could use this feature in the near future. Anyone strongly against this? :slight_smile:

5 Likes