mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
This commit is contained in:
parent
000c3874bf
commit
a613fedd6e
5 changed files with 80 additions and 0 deletions
|
|
@ -205,6 +205,10 @@ Pending Removal in Python 3.14
|
|||
|
||||
(Contributed by Jason R. Coombs and Hugo van Kemenade in :gh:`93963`.)
|
||||
|
||||
* Creating :c:data:`immutable types <Py_TPFLAGS_IMMUTABLETYPE>` with mutable
|
||||
bases using the C API.
|
||||
|
||||
|
||||
Pending Removal in Future Versions
|
||||
----------------------------------
|
||||
|
||||
|
|
@ -458,6 +462,9 @@ Deprecated
|
|||
:c:type:`PyConfig` instead.
|
||||
(Contributed by Victor Stinner in :gh:`77782`.)
|
||||
|
||||
* Creating :c:data:`immutable types <Py_TPFLAGS_IMMUTABLETYPE>` with mutable
|
||||
bases is deprecated and will be disabled in Python 3.14.
|
||||
|
||||
|
||||
Removed
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue