Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) | Serhiy Storchaka | 2019-01-11 | 1 | -4/+3 |
| | | | | | Use _PyArg_CheckPositional() and inlined code instead of PyArg_UnpackTuple() and _PyArg_UnpackStack() if all parameters are positional and use the "object" converter. | ||||
* | Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic. | Serhiy Storchaka | 2017-01-19 | 1 | -0/+71 |
Patch by Tal Einat. |