summaryrefslogtreecommitdiffstats
path: root/PC/validate_ucrtbase.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-09-10 00:40:22 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-09-10 00:40:22 (GMT)
commita9efb2f56eb6bcb97cebfadf1e778b4cb979357f (patch)
treeab942c23afa123480faca8207c99c53e804eceed /PC/validate_ucrtbase.py
parent78601a38c22ba1f09104e2562a10a94cbd36f5f0 (diff)
downloadcpython-a9efb2f56eb6bcb97cebfadf1e778b4cb979357f.zip
cpython-a9efb2f56eb6bcb97cebfadf1e778b4cb979357f.tar.gz
cpython-a9efb2f56eb6bcb97cebfadf1e778b4cb979357f.tar.bz2
Add METH_FASTCALL calling convention
Issue #27810: Add a new calling convention for C functions: PyObject* func(PyObject *self, PyObject **args, Py_ssize_t nargs, PyObject *kwnames); Where args is a C array of positional arguments followed by values of keyword arguments. nargs is the number of positional arguments, kwnames are keys of keyword arguments. kwnames can be NULL.
Diffstat (limited to 'PC/validate_ucrtbase.py')
0 files changed, 0 insertions, 0 deletions