Skip to content

Conversation

@andersk
Copy link
Contributor

@anderskandersk commented Sep 7, 2023

Commit 13a0007 (#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.

Fixes#109045.

Commit 13a0007 (python#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>
@vstinner
Copy link
Member

Oops! I didn't know that the macro was used outside parts.h! Thanks for the fix.

@anderskandersk deleted the limited-api-available branch September 7, 2023 02:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Limited API tests are now incorrectly skipped unconditionally

3 participants

@andersk@vstinner@bedevere-bot