summaryrefslogtreecommitdiffstats
path: root/Python/clinic/_warnings.c.h
Commit message (Collapse)AuthorAgeFilesLines
* Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner2017-01-171-1/+1
| | | | | Issue #29286. Run Argument Clinic to get the new faster METH_FASTCALL calling convention for functions using only positional arguments.
* Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywordsVictor Stinner2017-01-171-1/+1
| | | | Issue #29286.
* Issue #20185: Convert _warnings.warn() to Argument ClinicVictor Stinner2016-12-091-0/+38
Fix warn_explicit(): interpret source=None as source=NULL.