]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-133912: Fix `PyObject_GenericSetDict` to handle inline values (GH-134725...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 May 2025 18:19:58 +0000 (20:19 +0200)
committerGitHub <noreply@github.com>
Thu, 29 May 2025 18:19:58 +0000 (11:19 -0700)
commit4670dddbf6bb440143bcad36af3a708b5a747e4a
tree6823615311be1088b280e72837466d567de4c22c
parent2d40dd01faefeabbafbcab510f1934f5e2496796
[3.14] GH-133912: Fix `PyObject_GenericSetDict` to handle inline values (GH-134725) (#134859)
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