]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122250)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 29 Jul 2024 16:25:17 +0000 (10:25 -0600)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2024 16:25:17 +0000 (10:25 -0600)
commit5bd2ea2b94074d1a57ab24ef66a201817b2c1b91
tree6810acd26b912a637b3027efbe3172865e31fa52
parente29910447b910660ec404ee30d9600c3cf8b89e4
[3.12] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122250)

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.

(cherry-picked from commit 490e0ad83ac72c5688dfbbab4eac61ccfd7be5fd, AKA gh-122248)
Lib/test/support/__init__.py
Lib/test/test_embed.py
Lib/test/test_types.py
Objects/typeobject.c
Programs/_testembed.c