]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Fix type of PyCMethod's "nargs" argument (GH-131135)
authorVictor Stinner <vstinner@python.org>
Wed, 12 Mar 2025 10:54:02 +0000 (11:54 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Mar 2025 10:54:02 +0000 (11:54 +0100)
commit4dcbe06fd264b3f9c0b26831f19d211a48c52286
treefac36a137891b61309b33b62d70addfd503ad427
parente0637cebe5bf863897f2e89dfcb76be0015c1877
gh-111178: Fix type of PyCMethod's "nargs" argument (GH-131135)

Replace "size_t nargs" with "Py_ssize_t nargs" in PyCMethod.
Include/methodobject.h
Misc/NEWS.d/next/C_API/2025-03-12-08-29-23.gh-issue-111178.Jny_YJ.rst [new file with mode: 0644]