Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let the argument clinic do the type checking for heapq (GH-20284) | Raymond Hettinger | 2020-05-22 | 1 | -1/+97 |
| | |||||
* | bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) | Serhiy Storchaka | 2019-01-11 | 1 | -13/+13 |
| | | | | | Use _PyArg_CheckPositional() and inlined code instead of PyArg_UnpackTuple() and _PyArg_UnpackStack() if all parameters are positional and use the "object" converter. | ||||
* | bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ↵ | Serhiy Storchaka | 2018-11-27 | 1 | -5/+5 |
| | | | | | | | | (GH-6748) Fix invalid function cast warnings with gcc 8 for method conventions different from METH_NOARGS, METH_O and METH_VARARGS in Argument Clinic generated code. | ||||
* | bpo-34797: Convert heapq to the argument clinic (GH-9560) | Pablo Galindo | 2018-09-28 | 1 | -0/+172 |