]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119775: Remove ability to create immutable types with mutable bases (#119776)
authorNikita Sobolev <mail@sobolevn.me>
Sun, 2 Jun 2024 07:27:20 +0000 (10:27 +0300)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2024 07:27:20 +0000 (07:27 +0000)
commit4aed319a8eb63b205d6007c36713cacdbf1ce8a3
tree1e45e41c909d712679b11a8b1efc969991d25935
parentfd6cd621e0cce6ba2e737103d2a62b5ade90f41f
gh-119775: Remove ability to create immutable types with mutable bases (#119776)
Doc/whatsnew/3.14.rst
Lib/test/test_capi/test_misc.py
Misc/NEWS.d/next/C API/2024-05-30-12-51-21.gh-issue-119775.CBq9IG.rst [new file with mode: 0644]
Objects/typeobject.c