Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner 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
MemberAuthor

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

@vstinnervstinner merged commit b1cc62a into python:3.12Dec 16, 2024
26 checks passed
@vstinnervstinner deleted the test_cext_tracerefs branch December 16, 2024 17:15
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dirtopic-C-API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner