diff options
author | Erlend E. Aasland <erlend@python.org> | 2023-08-04 05:28:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 05:28:25 (GMT) |
commit | a443c310ac87f214164cb1e3f8af3f799668c867 (patch) | |
tree | 7216629cd0b28b0580141801a51a34df5a602046 /Modules | |
parent | e52e87c349feeee77445205829bfc8db9fe4b80e (diff) | |
download | cpython-a443c310ac87f214164cb1e3f8af3f799668c867.zip cpython-a443c310ac87f214164cb1e3f8af3f799668c867.tar.gz cpython-a443c310ac87f214164cb1e3f8af3f799668c867.tar.bz2 |
gh-107609: Fix duplicate module check in Argument Clinic (#107610)
Also remove duplicate module def from _testcapi.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_testcapi/vectorcall.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/_testcapi/vectorcall.c b/Modules/_testcapi/vectorcall.c index 61c6e0f..2b5110f 100644 --- a/Modules/_testcapi/vectorcall.c +++ b/Modules/_testcapi/vectorcall.c @@ -155,10 +155,9 @@ VectorCallClass_vectorcall(PyObject *callable, } /*[clinic input] -module _testcapi class _testcapi.VectorCallClass "PyObject *" "&PyType_Type" [clinic start generated code]*/ -/*[clinic end generated code: output=da39a3ee5e6b4b0d input=8423a8e919f2f0df]*/ +/*[clinic end generated code: output=da39a3ee5e6b4b0d input=95c63c1a47f9a995]*/ /*[clinic input] _testcapi.VectorCallClass.set_vectorcall |