]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-41779: Allow defining any __slots__ for a class derived from tuple (GH-141763)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 6 Jan 2026 09:36:00 +0000 (11:36 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Jan 2026 09:36:00 +0000 (11:36 +0200)
commit4d21297d288f17c0db775605e2543749840e46b2
tree47bcb0c348615f0157ac79b515a995e9918af9f2
parentd6f77e6a3fa46fa31694d288a3081d5ee76e9d07
gh-41779: Allow defining any __slots__ for a class derived from tuple (GH-141763)
Doc/reference/datamodel.rst
Doc/whatsnew/3.15.rst
Include/descrobject.h
Include/internal/pycore_descrobject.h
Lib/test/test_descr.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-19-20-42-21.gh-issue-41779.Psz9Vo.rst [new file with mode: 0644]
Objects/typeobject.c
Python/specialize.c
Python/structmember.c