mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
This commit is contained in:
parent
cc9160a29b
commit
656dad702d
18 changed files with 152 additions and 13 deletions
|
@ -6865,6 +6865,9 @@ PyInit__testcapi(void)
|
|||
if (_PyTestCapi_Init_Vectorcall(m) < 0) {
|
||||
return NULL;
|
||||
}
|
||||
if (_PyTestCapi_Init_VectorcallLimited(m) < 0) {
|
||||
return NULL;
|
||||
}
|
||||
if (_PyTestCapi_Init_Heaptype(m) < 0) {
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue