]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108494: Don't build _testclinic_limited with TraceRefs (#108608)
authorVictor Stinner <vstinner@python.org>
Tue, 29 Aug 2023 11:39:42 +0000 (13:39 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 11:39:42 +0000 (13:39 +0200)
commitbf08131e0ae3a2e59a1428c648f433da6921c561
treecc66f179c094fd18124b406be3d3fed769b2dea5
parente675e515aeed16cb5091e310cb161b10c16a237d
gh-108494: Don't build _testclinic_limited with TraceRefs (#108608)

If Python is built with ./configure --with-trace-refs, don't build
the _testclinic_limited extension. The limited C API (Py_LIMITED_API)
is not compatible with Py_TRACE_REFS.
Modules/Setup.stdlib.in
configure
configure.ac