diff options
| author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-11-23 16:15:20 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-11-23 17:40:18 +0200 |
| commit | 23b3619b31fd78a318bd95954c1e62e361c0cb4a (patch) | |
| tree | a76eab6a3b52ba399c6e6a7b8de0ed62f917b305 /test cases/unit/125 python extension/meson.build | |
| parent | b1b22987101a97aa5e7afabd73f6ac5a3ac7aa65 (diff) | |
| download | meson-23b3619b31fd78a318bd95954c1e62e361c0cb4a.tar.gz | |
Condense directory names for rc1.
Diffstat (limited to 'test cases/unit/125 python extension/meson.build')
| -rw-r--r-- | test cases/unit/125 python extension/meson.build | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/test cases/unit/125 python extension/meson.build b/test cases/unit/125 python extension/meson.build deleted file mode 100644 index 8cebceab7..000000000 --- a/test cases/unit/125 python extension/meson.build +++ /dev/null @@ -1,20 +0,0 @@ -project('python extension', 'c', meson_version : '>=1.3.0') - -py = import('python').find_installation('') - -py.extension_module( - 'foo', 'foo.c', - install: true, -) - -limited_api_supported = true -if py.language_version().version_compare('>=3.13') and py.language_version().version_compare('<3.15') - limited_api_supported = py.get_variable('Py_GIL_DISABLED') != 1 -endif -if limited_api_supported - py.extension_module( - 'foo_stable', 'foo.c', - install: true, - limited_api: '3.2', - ) -endif |
