]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107609: Fix duplicate module check in Argument Clinic (#107610)
authorErlend E. Aasland <erlend@python.org>
Fri, 4 Aug 2023 05:28:25 +0000 (07:28 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Aug 2023 05:28:25 +0000 (07:28 +0200)
commita443c310ac87f214164cb1e3f8af3f799668c867
tree7216629cd0b28b0580141801a51a34df5a602046
parente52e87c349feeee77445205829bfc8db9fe4b80e
gh-107609: Fix duplicate module check in Argument Clinic (#107610)

Also remove duplicate module def from _testcapi.
Lib/test/test_clinic.py
Misc/NEWS.d/next/Tools-Demos/2023-08-04-00-04-40.gh-issue-107609.2DqgtL.rst [new file with mode: 0644]
Modules/_testcapi/vectorcall.c
Tools/clinic/clinic.py