We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17b254 commit 7223cd5Copy full SHA for 7223cd5
Doc/whatsnew/3.15.rst
@@ -394,7 +394,7 @@ Other language changes
394
syntax warnings by module name.
395
(Contributed by Serhiy Storchaka in :gh:`135801`.)
396
397
-* Allowed defining the *__dict__* and *__weakref__* :ref:`__slots__ <_slots>`
+* Allowed defining the *__dict__* and *__weakref__* :ref:`__slots__ <slots>`
398
for any class.
399
Allowed defining any *__slots__* for a class derived from :class:`type` or
400
other :c:member:`"variable-length" built-in type <PyTypeObject.tp_itemsize>`
0 commit comments