]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142217: Deprecate the private _Py_Identifier C API (#142221)
authorVictor Stinner <vstinner@python.org>
Fri, 12 Dec 2025 13:10:25 +0000 (14:10 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Dec 2025 13:10:25 +0000 (14:10 +0100)
commit7aa353c414509e6881c61acc93cb504a611b0b40
treebdbaff2a9c92066798def05c6204a838b3cc59fe
parentbe5e0dcdedb63185aaa3e2f711d14dc828cb3640
gh-142217: Deprecate the private _Py_Identifier C API (#142221)

Deprecate functions:

* _PyObject_CallMethodId()
* _PyObject_GetAttrId()
* _PyUnicode_FromId()
Doc/deprecations/c-api-pending-removal-in-3.20.rst
Doc/whatsnew/3.15.rst
Include/cpython/abstract.h
Include/cpython/object.h
Include/cpython/unicodeobject.h
Misc/NEWS.d/next/C_API/2025-12-03-14-41-07.gh-issue-141049.VuAUe2.rst [new file with mode: 0644]
Objects/call.c
Objects/object.c