]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141726: Add PyDict_SetDefaultRef() to the Stable ABI (#141727)
authorda-woods <dw-git@d-woods.co.uk>
Wed, 19 Nov 2025 11:38:10 +0000 (11:38 +0000)
committerGitHub <noreply@github.com>
Wed, 19 Nov 2025 11:38:10 +0000 (11:38 +0000)
commitafa0badcc587ea7500e2b4dd2ea269f8bbda5fb2
treea528cf77b70a3b5bc9076aca4d2b540ecaaf4b58
parent52f70a6f60254fec5297d1ff731b6c1ebc52ec24
gh-141726: Add PyDict_SetDefaultRef() to the Stable ABI (#141727)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Doc/data/stable_abi.dat
Include/cpython/dictobject.h
Include/dictobject.h
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C_API/2025-11-18-18-36-15.gh-issue-141726.ILrhyK.rst [new file with mode: 0644]
Misc/stable_abi.toml
PC/python3dll.c