mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-32415)
This commit is contained in:
parent
d1de10784d
commit
6dcbc08c95
6 changed files with 232 additions and 23 deletions
2
PC/python3dll.c
generated
2
PC/python3dll.c
generated
|
@ -19,6 +19,7 @@ EXPORT_FUNC(_Py_CheckRecursiveCall)
|
|||
EXPORT_FUNC(_Py_Dealloc)
|
||||
EXPORT_FUNC(_Py_DecRef)
|
||||
EXPORT_FUNC(_Py_IncRef)
|
||||
EXPORT_FUNC(_Py_NegativeRefcount)
|
||||
EXPORT_FUNC(_Py_VaBuildValue_SizeT)
|
||||
EXPORT_FUNC(_PyArg_Parse_SizeT)
|
||||
EXPORT_FUNC(_PyArg_ParseTuple_SizeT)
|
||||
|
@ -730,6 +731,7 @@ EXPORT_DATA(_Py_EllipsisObject)
|
|||
EXPORT_DATA(_Py_FalseStruct)
|
||||
EXPORT_DATA(_Py_NoneStruct)
|
||||
EXPORT_DATA(_Py_NotImplementedStruct)
|
||||
EXPORT_DATA(_Py_RefTotal)
|
||||
EXPORT_DATA(_Py_SwappedOp)
|
||||
EXPORT_DATA(_Py_TrueStruct)
|
||||
EXPORT_DATA(_PyWeakref_CallableProxyType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue