]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 29 Jul 2024 16:25:02 +0000 (10:25 -0600)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2024 16:25:02 +0000 (10:25 -0600)
commit10cf7d6d00ad90867634114a894eb7e9f35df867
treec3dd8bc83df6dbda3d6f45e7a723a4368866cf9e
parentb5e8b10de79916f54ec3a2110a5ba85560fd403b
[3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249)

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