]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-127906: Skip limited C API test_cext tests if Py_TRACE_REFS (#127993)
authorVictor Stinner <vstinner@python.org>
Mon, 16 Dec 2024 17:15:17 +0000 (18:15 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2024 17:15:17 +0000 (18:15 +0100)
commitb1cc62ae0f709f5d4f68f12e084d1b452bfff4ce
tree70f4538d7ed0ca4a81e659a57986cde8b5acace3
parent7f707fa6c67d0bfa9bbc1a9f344b932789659397
[3.12] gh-127906: Skip limited C API test_cext tests if Py_TRACE_REFS (#127993)

gh-127906: Skip limited C API test_cext tests if Py_TRACE_REFS

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).
Lib/test/test_cext/__init__.py
Lib/test/test_cppext/__init__.py