11 Sep
2024
11 Sep
'24
09:41
The Python 3.13 Release Candidate 2 is now available on Tumbleweed, and with this new version, We have some exciting experimental features that could be interesting to test. These new features are the experimental JIT compiler and the free threaded version, the interpreter without the famous GIL (Global Interpreter Lock). This can be installed now in Tumbleweed with python313 and python313-nogil packages. JIT: Disabled by default, can be enabled with ENV variable: $ PYTHON_JIT=1 python313 GIL: independent binary, /usr/bin/python3.13t A bit more info: https://news.opensuse.org/2024/09/11/python313/ Regards