Skip to content

Commit 723dcaa

Browse files
Update Misc/NEWS.d/next/Core_and_Builtins/2025-11-16-21-14-48.gh-issue-103740.rXIj5h.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 7223cd5 commit 723dcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Core_and_Builtins/2025-11-16-21-14-48.gh-issue-103740.rXIj5h.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Allowed defining the *__dict__* and *__weakref__* :ref:`__slots__ <_slots>`
1+
Allowed defining the *__dict__* and *__weakref__* :ref:`__slots__ <slots>`
22
for any class. Allowed defining any *__slots__* for a class derived from
33
:class:`type` or other :c:member:`"variable-length" built-in type
44
<PyTypeObject.tp_itemsize>` with the :c:macro:`Py_TPFLAGS_ITEMS_AT_END`

0 commit comments

Comments
 (0)