summaryrefslogtreecommitdiff
path: root/Modules/cjkcodecs/clinic/multibytecodec.c.h
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-01-17 01:35:17 +0100
committerVictor Stinner <victor.stinner@gmail.com>2017-01-17 01:35:17 +0100
commit7372e18fa83aa35766f8f6fdf3aed27fac2d52d2 (patch)
treec5eb7813326424e3a96d625dada3b1db96bce7b2 /Modules/cjkcodecs/clinic/multibytecodec.c.h
parentaeb36518375e829b3f84f58775c6991bf4f92514 (diff)
downloadcpython-7372e18fa83aa35766f8f6fdf3aed27fac2d52d2.tar.gz
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Issue #29286. Run Argument Clinic to get the new faster METH_FASTCALL calling convention for functions using only positional arguments.
Diffstat (limited to 'Modules/cjkcodecs/clinic/multibytecodec.c.h')
-rw-r--r--Modules/cjkcodecs/clinic/multibytecodec.c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cjkcodecs/clinic/multibytecodec.c.h b/Modules/cjkcodecs/clinic/multibytecodec.c.h
index f3571c414e..005a1ba1d9 100644
--- a/Modules/cjkcodecs/clinic/multibytecodec.c.h
+++ b/Modules/cjkcodecs/clinic/multibytecodec.c.h
@@ -330,4 +330,4 @@ PyDoc_STRVAR(_multibytecodec___create_codec__doc__,
#define _MULTIBYTECODEC___CREATE_CODEC_METHODDEF \
{"__create_codec", (PyCFunction)_multibytecodec___create_codec, METH_O, _multibytecodec___create_codec__doc__},
-/*[clinic end generated code: output=134b9e36cb985939 input=a9049054013a1b77]*/
+/*[clinic end generated code: output=7d6a05b0a581fd17 input=a9049054013a1b77]*/