]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 29 Jul 2024 16:23:23 +0000 (10:23 -0600)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2024 16:23:23 +0000 (10:23 -0600)
commit490e0ad83ac72c5688dfbbab4eac61ccfd7be5fd
treebead8b9f220bda959b3d21cb136fbcfb779bfe48
parent89fa05fdce20cc0a19689eb365f1828b086d0b17
gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)

The tests were only checking cases where the slot wrapper was present in the initial case.  They were missing when the slot wrapper was added in the additional initializations.  This fixes that.
Lib/test/support/__init__.py
Lib/test/test_embed.py
Lib/test/test_types.py
Programs/_testembed.c