mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
gh-141726: Add PyDict_SetDefaultRef() to the Stable ABI (#141727)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
This commit is contained in:
parent
52f70a6f60
commit
afa0badcc5
7 changed files with 18 additions and 10 deletions
1
Doc/data/stable_abi.dat
generated
1
Doc/data/stable_abi.dat
generated
|
|
@ -160,6 +160,7 @@ func,PyDict_Merge,3.2,,
|
|||
func,PyDict_MergeFromSeq2,3.2,,
|
||||
func,PyDict_New,3.2,,
|
||||
func,PyDict_Next,3.2,,
|
||||
func,PyDict_SetDefaultRef,3.15,,
|
||||
func,PyDict_SetItem,3.2,,
|
||||
func,PyDict_SetItemString,3.2,,
|
||||
func,PyDict_Size,3.2,,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue