]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
authorPetr Viktorin <encukou@gmail.com>
Thu, 4 Aug 2022 14:13:45 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 14:13:45 +0000 (16:13 +0200)
commita613fedd6e18e4ab382cf81ec767e1135fc949a7
tree55b93ee54133040ea0a267d614e901fc669910a6
parent000c3874bfa63507293c22249881f6cfc61af311
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
Doc/whatsnew/3.12.rst
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2022-07-29-10-41-59.gh-issue-95388.aiRSgr.rst [new file with mode: 0644]
Modules/_testcapi/heaptype.c
Objects/typeobject.c