SIGN IN SIGN UP

bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)

Use _PyArg_CheckPositional() and inlined code instead of
PyArg_UnpackTuple() and _PyArg_UnpackStack() if all parameters
are positional and use the "object" converter.
S
Serhiy Storchaka committed
2a39d251f07d4c620e3b9a1848e3d1eb3067be64
Parent: 4fa9591
Committed by GitHub <noreply@github.com> on 1/11/2019, 4:01:42 PM