mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
gh-102304: Fix 2 New Stable ABI Functions (gh-104762)
This commit is contained in:
parent
70f315c2d6
commit
26e7bbf66e
4 changed files with 14 additions and 1 deletions
2
PC/python3dll.c
generated
2
PC/python3dll.c
generated
|
@ -18,7 +18,9 @@ EXPORT_FUNC(_Py_BuildValue_SizeT)
|
|||
EXPORT_FUNC(_Py_CheckRecursiveCall)
|
||||
EXPORT_FUNC(_Py_Dealloc)
|
||||
EXPORT_FUNC(_Py_DecRef)
|
||||
EXPORT_FUNC(_Py_DecRefTotal_DO_NOT_USE_THIS)
|
||||
EXPORT_FUNC(_Py_IncRef)
|
||||
EXPORT_FUNC(_Py_IncRefTotal_DO_NOT_USE_THIS)
|
||||
EXPORT_FUNC(_Py_NegativeRefcount)
|
||||
EXPORT_FUNC(_Py_VaBuildValue_SizeT)
|
||||
EXPORT_FUNC(_PyArg_Parse_SizeT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue