Can i be a co-maintainer so i can ensure the python version is up-to-date?
Search Criteria
Package Details: python313-freethreaded 3.13.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python313-freethreaded.git (read-only, click to copy) |
---|---|
Package Base: | python313-freethreaded |
Description: | Major release 3.13 of the Python high-level programming language (freethreading version without GIL) |
Upstream URL: | https://www.python.org/ |
Licenses: | PSF-2.0 |
Submitter: | bcb |
Maintainer: | bcb |
Last Packager: | bcb |
Votes: | 1 |
Popularity: | 0.102512 |
First Submitted: | 2024-07-24 16:09 (UTC) |
Last Updated: | 2024-10-11 11:00 (UTC) |
Dependencies (17)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gdbm (gdbm-gitAUR)
- libffi (libffi-gitAUR)
- libnsl (libnsl-gitAUR)
- libxcrypt (libxcrypt-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- bluez-libs (bluez-gitAUR) (make)
- gdb (gdb-gitAUR, gdb-debug-gitAUR) (make)
- mpdecimal (make)
- sqlite (sqlite-fossilAUR, libsql-sqlite3AUR) (make)
- tk (tk-fossilAUR) (make)
- mpdecimal (optional) – for decimal
- sqlite (sqlite-fossilAUR, libsql-sqlite3AUR) (optional)
- tk (tk-fossilAUR) (optional) – for tkinter
- xz (xz-gitAUR) (optional) – for lzma
Required by (0)
Sources (2)
Latest Comments
impulse commented on 2024-10-10 22:38 (UTC)
bcb commented on 2024-07-24 16:09 (UTC)
This a build of Python 3.13 with the experimental free-threaded (no GIL) mode enabled. The binaries have a t
suffix i.e., python3.13t
, idle3.13t
and so on; it can be installed alongside other Python packages such as python313
and python
.
See https://docs.python.org/3.13/whatsnew/3.13.html#free-threaded-cpython for more details on the free-threaded mode.
Pinned Comments
bcb commented on 2024-07-24 16:09 (UTC)
This a build of Python 3.13 with the experimental free-threaded (no GIL) mode enabled. The binaries have a
t
suffix i.e.,python3.13t
,idle3.13t
and so on; it can be installed alongside other Python packages such aspython313
andpython
.See https://docs.python.org/3.13/whatsnew/3.13.html#free-threaded-cpython for more details on the free-threaded mode.