]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases` (#132212)
authorsobolevn <mail@sobolevn.me>
Tue, 15 Apr 2025 11:13:51 +0000 (14:13 +0300)
committerGitHub <noreply@github.com>
Tue, 15 Apr 2025 11:13:51 +0000 (14:13 +0300)
commitb6c552f9e614bab4acf21584baed997f57e74114
treee0ab2decb5ccbc6a414e132855a728f534887c89
parente10fe81cc6ae0979938eb3925139d56a74c620e3
gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases` (#132212)

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