Limited API tests are now incorrectly skipped unconditionally · Issue #109045 · python/cpython (original) (raw)
Commit 13a0007 (#108663, cc @vstinner) made all Python builds compatible with the Limited API, and removed the LIMITED_API_AVAILABLE flag. However, some tests are still checking for that flag, so they are now being incorrectly skipped.