mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508)
In the limited C API version 3.13, Py_SET_REFCNT() function is now implemented as an opaque function call. Add _Py_SetRefcnt() to the stable ABI.
This commit is contained in:
parent
e0afed7e27
commit
20cfab903d
6 changed files with 26 additions and 2 deletions
1
PC/python3dll.c
generated
1
PC/python3dll.c
generated
|
@ -19,6 +19,7 @@ EXPORT_FUNC(_Py_Dealloc)
|
|||
EXPORT_FUNC(_Py_DecRef)
|
||||
EXPORT_FUNC(_Py_IncRef)
|
||||
EXPORT_FUNC(_Py_NegativeRefcount)
|
||||
EXPORT_FUNC(_Py_SetRefcnt)
|
||||
EXPORT_FUNC(_Py_VaBuildValue_SizeT)
|
||||
EXPORT_FUNC(_PyArg_Parse_SizeT)
|
||||
EXPORT_FUNC(_PyArg_ParseTuple_SizeT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue