Files
meson/test cases/python
Michał Górny 74395f67e7 tests: Skip limited API test on freethreading Python versions
Skip the limited API test when the CPython version used indicates
being built with GIL disabled, i.e. the freethreaded build.
The freethreaded versions of Python 3.13 and 3.14 do not support
the limited API, and attempting to build the test case results
in compilation failures.

The check is limited to <3.15, so we don't forget to reenable it
once limited API is supported.

Signed-off-by: Michał Górny <mgorny@quansight.com>
2025-11-14 01:37:49 -05:00
..