Files
cpython/Python
Serhiy Storchaka 2a39d251f0 bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Use _PyArg_CheckPositional() and inlined code instead of
PyArg_UnpackTuple() and _PyArg_UnpackStack() if all parameters
are positional and use the "object" converter.
2019-01-11 18:01:42 +02:00
..
2018-10-19 23:30:03 +02:00

Miscellaneous source files for the main Python shared library