Skip to content

Commit 90db5a0

Browse files
authored
Merge pull request #47 from PyO3/update-stable-abi
Update python3.def using stable_abi.toml from the latest main
2 parents 200ebf8 + d8dbb47 commit 90db5a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/python3.def

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,12 @@ PyObject_GetTypeData
730730
PyType_GetTypeDataSize
731731
PyImport_AddModuleRef
732732
PyWeakref_GetRef
733+
PyObject_DelAttr
734+
PyObject_DelAttrString
735+
PyObject_GetOptionalAttr
736+
PyObject_GetOptionalAttrString
737+
PyMapping_GetOptionalItem
738+
PyMapping_GetOptionalItemString
733739
PyBaseObject_Type DATA
734740
PyBool_Type DATA
735741
PyByteArrayIter_Type DATA

0 commit comments

Comments
 (0)