gh-155373: Inline the parsing code of optional groups in Argument Clinic (GH-155374)
Instead of one PyArg_ParseTuple() call per number of arguments, generate the inlined code of the converters, as for all other parsing methods. Every argument is parsed once. Such functions now use the fastcall convention, except for constructors and other functions which need a tuple.
S
Serhiy Storchaka committed
c1fc4450613e25a864a4dd7c8e875e971643d2b5
Parent: e7468d1
Committed by GitHub <noreply@github.com>
on 8/23/2026, 7:15:58 PM