]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)
authorPetr Viktorin <encukou@gmail.com>
Mon, 29 Jan 2024 15:45:31 +0000 (16:45 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2024 15:45:31 +0000 (16:45 +0100)
commit15fe8cea174772060b24c96d335a498aba3b8ed4
tree6c16e4f7b3877249dd4dcffa28b9bde940e6fd39
parentc87233fd3fa77067013c35328f8c4884f0567a59
gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)

Skip Stable ABI checks with Py_TRACE_REFS special build

This build is not compatible with Py_LIMITED_API nor with
the stable ABI.
Lib/test/test_stable_abi_ctypes.py
Misc/stable_abi.toml
Modules/_testcapi_feature_macros.inc
Tools/build/stable_abi.py