Bug report
Argument Clinic generates incorrect code for methods without arguments, that need the defining class (METH_METHOD). Currently, only positional arguments are checked; any keyword argument is silently accepted. This affects methods in several extension modules (see PR).
See also a055dac.
Linked PRs