mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
gh-107609: Fix duplicate module check in Argument Clinic (#107610)
Also remove duplicate module def from _testcapi.
This commit is contained in:
parent
e52e87c349
commit
a443c310ac
4 changed files with 15 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue