Skip to content

[3.12] gh-127906: Skip limited C API test_cext tests if Py_TRACE_REFS #127993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Dec 16, 2024

Skip limited C API tests in test_cext and test_cppext if Python is configured with --with-trace-refs (if the Py_TRACE_REFS macro is defined).

Skip limited C API tests in test_cext and test_cppext if Python is
configured with --with-trace-refs (if the Py_TRACE_REFS macro is
defined).
@vstinner
Copy link
Member Author

Python 3.13 and newer are not impacted since Py_TRACE_REFS became compatible with Py_LIMITED_API in Python 3.13.

@vstinner vstinner merged commit b1cc62a into python:3.12 Dec 16, 2024
31 checks passed
@vstinner vstinner deleted the test_cext_tracerefs branch December 16, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir topic-C-API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant