forked from pool/python314
- 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:
@@ -617,6 +617,7 @@ Fri May 9 08:36:50 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
|||||||
in performance.
|
in performance.
|
||||||
- gh-132026: Fix use of undefined identifiers in platform
|
- gh-132026: Fix use of undefined identifiers in platform
|
||||||
triplet detection on MIPS Linux platforms.
|
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>
|
Sat Apr 12 21:50:29 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|||||||
@@ -64,6 +64,10 @@
|
|||||||
%if 0%{?suse_version} <= 1600
|
%if 0%{?suse_version} <= 1600
|
||||||
%bcond_with experimental_jit
|
%bcond_with experimental_jit
|
||||||
%else
|
%else
|
||||||
|
# Doesn’t work with GIL support disabled
|
||||||
|
%if %{without GIL}
|
||||||
|
%bcond_with experimental_jit
|
||||||
|
%else
|
||||||
# Currently supported architectures
|
# Currently supported architectures
|
||||||
# https://peps.python.org/pep-0744/#support
|
# https://peps.python.org/pep-0744/#support
|
||||||
%ifarch x86_64 %{x86_64} aarch64
|
%ifarch x86_64 %{x86_64} aarch64
|
||||||
@@ -72,6 +76,7 @@
|
|||||||
%bcond_with experimental_jit
|
%bcond_with experimental_jit
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
# Only for Tumbleweed
|
# Only for Tumbleweed
|
||||||
# https://en.opensuse.org/openSUSE:Python:Externally_managed
|
# https://en.opensuse.org/openSUSE:Python:Externally_managed
|
||||||
|
|||||||
Reference in New Issue
Block a user