Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Open
Description
Bug report
Bug description:
The condition!_Py_ANY_VARARGS(max)
checked in the macro_PyArg_CheckPositional
(fileInclude/internal/modsupport.h
) is not used in the method_PyArg_CheckPositional
(filegetargs.c
). Removing the check saves a (very) small bit of time in the often used_PyArg_CheckPositional
.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows