]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141070: Rename `PyUnstable_Object_Dump` to `PyObject_Dump` (GH-142848)
authorPeter Bierma <zintensitydev@gmail.com>
Fri, 16 Jan 2026 14:19:43 +0000 (09:19 -0500)
committerGitHub <noreply@github.com>
Fri, 16 Jan 2026 14:19:43 +0000 (09:19 -0500)
commit19e64afddfc7efd282efd5bdea846ec93df9f4f9
tree3290c3c3293bc793527b9f7ec26bd3b2dc58f346
parent780e9692fefe03c9dfe3bd00bde12dc83ace60c1
gh-141070: Rename `PyUnstable_Object_Dump` to `PyObject_Dump` (GH-142848)
Doc/c-api/object.rst
Doc/whatsnew/3.15.rst
Include/cpython/object.h
Include/internal/pycore_global_objects_fini_generated.h
Misc/NEWS.d/3.15.0a3.rst
Misc/NEWS.d/next/C_API/2025-12-16-18-39-30.gh-issue-141070.4EKDZ1.rst [new file with mode: 0644]
Modules/_testcapi/object.c
Objects/object.c
Objects/unicodeobject.c
Python/gc.c
Python/pythonrun.c