Skip to content

Commit

Permalink
Merge pull request #58 from PyO3/update-stable-abi
Browse files Browse the repository at this point in the history
Update python3.def using stable_abi.toml from the latest main
  • Loading branch information
adamreichold authored Oct 22, 2023
2 parents bd8275c + 66b4e6b commit 9e0fa6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/python3.def
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,13 @@ PyMapping_HasKeyStringWithError
Py_IsFinalizing
PyUnicode_EqualToUTF8
PyUnicode_EqualToUTF8AndSize
PyMem_RawMalloc
PyMem_RawCalloc
PyMem_RawRealloc
PyMem_RawFree
PySys_Audit
PySys_AuditTuple
PyUnicode_AsUTF8
PyBaseObject_Type DATA
PyBool_Type DATA
PyByteArrayIter_Type DATA
Expand Down

0 comments on commit 9e0fa6c

Please sign in to comment.