]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-133912: Fix `PyObject_GenericSetDict` to handle inline values (GH-134725)
authorMark Shannon <mark@hotpy.org>
Wed, 28 May 2025 18:03:41 +0000 (19:03 +0100)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 18:03:41 +0000 (19:03 +0100)
commit9fbd66a93d526c49fac8e1427c25e8f7f4154e29
tree5922baf980202ca41f29943829f2682ff20ddddb
parentf6324bc7eedc615c3c961fe368a8c56697d42936
GH-133912: Fix `PyObject_GenericSetDict` to handle inline values (GH-134725)
Include/internal/pycore_object.h
Lib/test/test_capi/test_type.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-26-15-55-50.gh-issue-133912.-xAguL.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/object.c
Objects/typeobject.c