Uh oh!
There was an error while loading. Please reload this page.
gh-113317: Pass clinic to AC parse_arg() methods - #114319
Conversation
Add 'clinic' parameter to Argument Clinic parse_arg() and bad_argument() methods. Remove usage of the 'clinic' global variable in these methods.
vstinner
commented
Jan 19, 2024
Currently, it is possible to get limited_capi from |
erlend-aasland
commented
Jan 19, 2024
Sorry, I disagree with this approach 🙂 It would be better to teach |
vstinner
commented
Jan 19, 2024
Hum, that's strange: I already wrote an I wrote PR #114324 which is way shorter. |
vstinner
commented
Jan 19, 2024
Let's focus on this approach instead. I close this PR. |
Add 'clinic' parameter to Argument Clinic parse_arg() and bad_argument() methods. Remove usage of the 'clinic' global variable in these methods.