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
Lib/test/test_stable_abi_ctypes.py
generated
1
Lib/test/test_stable_abi_ctypes.py
generated
|
|
@ -165,6 +165,7 @@ SYMBOL_NAMES = (
|
|||
"PyDict_MergeFromSeq2",
|
||||
"PyDict_New",
|
||||
"PyDict_Next",
|
||||
"PyDict_SetDefaultRef",
|
||||
"PyDict_SetItem",
|
||||
"PyDict_SetItemString",
|
||||
"PyDict_Size",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue