mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
5 lines
321 B
ReStructuredText
5 lines
321 B
ReStructuredText
Fix a bug in Argument Clinic that generated incorrect code for methods with
|
|
no parameters that use the :ref:`METH_METHOD | METH_FASTCALL | METH_KEYWORDS
|
|
<METH_METHOD-METH_FASTCALL-METH_KEYWORDS>` calling convention. Only the
|
|
positional parameter count was checked; any keyword argument passed would be
|
|
silently accepted.
|