Simplify parsing parameters in Argument Clinic #135256
Labels
3.14
bugs and security fixes
3.15
new features, bugs and security fixes
topic-argument-clinic
type-refactor
Code refactoring (with no changes in behavior)
Uh oh!
There was an error while loading. Please reload this page.
This is a pure refactoring. It removes some repeated calls of
ast.parse()
and reuse the result of a singleast.parse()
call per parameter.Linked PRs
The text was updated successfully, but these errors were encountered: