mirror of
https://github.com/python/cpython.git
synced 2025-08-22 01:35:16 +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
2
PC/python3dll.c
generated
2
PC/python3dll.c
generated
|
@ -723,6 +723,8 @@ EXPORT_FUNC(PyUnicodeTranslateError_GetStart)
|
|||
EXPORT_FUNC(PyUnicodeTranslateError_SetEnd)
|
||||
EXPORT_FUNC(PyUnicodeTranslateError_SetReason)
|
||||
EXPORT_FUNC(PyUnicodeTranslateError_SetStart)
|
||||
EXPORT_FUNC(PyVectorcall_Call)
|
||||
EXPORT_FUNC(PyVectorcall_NARGS)
|
||||
EXPORT_FUNC(PyWeakref_GetObject)
|
||||
EXPORT_FUNC(PyWeakref_NewProxy)
|
||||
EXPORT_FUNC(PyWeakref_NewRef)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue