Commit Graph

2 Commits

Author SHA1 Message Date
Rolf Eike Beer
1dd5cf1e08 Tests/FindPython: only use limited API
Newer Python versions (namely 3.13) do not support old compilers before
gcc 4.8 for atomics, which leads to compile errors in the test case.
Since the test actually does not use any of that API, restrict it to the
limited Python API which offers even more stability across versions.
2024-11-15 08:58:37 -05:00
Marc Chevrier
352baee207 FindPython*: New implementation for Python stuff
Fixes: #16142
2018-03-20 09:29:44 +01:00