- Disabled GIL and experimental JIT cannot be combined.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=54
This commit is contained in:
2025-05-10 09:46:32 +00:00
committed by Git OBS Bridge
parent 0b9e0525eb
commit 2dd8922f18
2 changed files with 6 additions and 0 deletions

View File

@@ -617,6 +617,7 @@ Fri May 9 08:36:50 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
in performance.
- gh-132026: Fix use of undefined identifiers in platform
triplet detection on MIPS Linux platforms.
- Disabled GIL and experimental JIT cannot be combined.
-------------------------------------------------------------------
Sat Apr 12 21:50:29 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -64,6 +64,10 @@
%if 0%{?suse_version} <= 1600
%bcond_with experimental_jit
%else
# Doesnt work with GIL support disabled
%if %{without GIL}
%bcond_with experimental_jit
%else
# Currently supported architectures
# https://peps.python.org/pep-0744/#support
%ifarch x86_64 %{x86_64} aarch64
@@ -72,6 +76,7 @@
%bcond_with experimental_jit
%endif
%endif
%endif
# Only for Tumbleweed
# https://en.opensuse.org/openSUSE:Python:Externally_managed