]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases` ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Apr 2025 11:38:20 +0000 (13:38 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Apr 2025 11:38:20 +0000 (11:38 +0000)
commit6d48194d9f14b7d6a5ee069a7bd269c124c17d59
tree8bf307ec301c812107f23cf8bab9757acca63d05
parentf218549afc7845ccc4168ceecb1f94ff1c58468a
[3.13] gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases` (GH-132212) (#132548)

gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases` (GH-132212)
(cherry picked from commit b6c552f9e614bab4acf21584baed997f57e74114)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_types.py
Objects/typeobject.c