Bug report
Bug description:
Description
Some internal C calls to PyObject_CallFunction() are passing an extra NULL
argument that is not described by the format string. This is a misuse of the
API and can be undefined behavior if the implementation of PyObject_CallFunction
changes in the future.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs