Skip to content

Commit 4aa9c63

Browse files
chore: Update python3.def using stable_abi.toml from the latest main (#98)
Co-authored-by: messense <messense@users.noreply.github.com>
1 parent 498bb24 commit 4aa9c63

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/python3.def

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,22 @@ PySys_GetAttr
786786
PySys_GetAttrString
787787
PySys_GetOptionalAttr
788788
PySys_GetOptionalAttrString
789+
PyABIInfo_Check
790+
PyModule_FromSlotsAndSpec
791+
PyModule_Exec
792+
PyModule_GetToken
793+
PyType_GetModuleByToken
794+
PyModule_GetStateSize
795+
PyDict_SetDefaultRef
796+
Py_SIZE
797+
Py_IS_TYPE
798+
Py_SET_SIZE
799+
PyLong_GetNativeLayout
800+
PyLong_Export
801+
PyLong_FreeExport
802+
PyLongWriter_Create
803+
PyLongWriter_Finish
804+
PyLongWriter_Discard
789805
PyBaseObject_Type DATA
790806
PyBool_Type DATA
791807
PyByteArrayIter_Type DATA

0 commit comments

Comments
 (0)