]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)
authorAnders Kaseorg <andersk@mit.edu>
Thu, 7 Sep 2023 02:42:58 +0000 (19:42 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2023 02:42:58 +0000 (04:42 +0200)
commitf42edf1e7be5018a8988a219a168e231cbaa25e5
tree1b55084d6f0f6078d4df852319da011a768c4dfc
parent3bfa24e29f286cbc1f42bdb4d2b1c0c9d643c8d6
gh-109045: Remove remaining LIMITED_API_AVAILABLE checks in tests (#109046)

Commit 13a00078b81776b23b0b6add69b848382240d1f2 (#108663) made all
Python builds compatible with the Limited API, and removed the
LIMITED_API_AVAILABLE flag.  However, some tests were still checking
for that flag, so they were now being incorrectly skipped.  Remove
these checks to let these tests run again.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Lib/test/support/__init__.py
Modules/_testcapi/heaptype_relative.c
Modules/_testcapi/vectorcall_limited.c
Modules/_testcapimodule.c