Skip to content

Commit 9e0fa6c

Browse files
authored
Merge pull request #58 from PyO3/update-stable-abi
Update python3.def using stable_abi.toml from the latest main
2 parents bd8275c + 66b4e6b commit 9e0fa6c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/python3.def

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,13 @@ PyMapping_HasKeyStringWithError
747747
Py_IsFinalizing
748748
PyUnicode_EqualToUTF8
749749
PyUnicode_EqualToUTF8AndSize
750+
PyMem_RawMalloc
751+
PyMem_RawCalloc
752+
PyMem_RawRealloc
753+
PyMem_RawFree
754+
PySys_Audit
755+
PySys_AuditTuple
756+
PyUnicode_AsUTF8
750757
PyBaseObject_Type DATA
751758
PyBool_Type DATA
752759
PyByteArrayIter_Type DATA

0 commit comments

Comments
 (0)