Skip to content

Commit bc1fc7c

Browse files
committed
added release of Python 3.14 without Global Interpreter Lock
1 parent c2fa4c0 commit bc1fc7c

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Python 3.14 (No GIL) for ARM64
2+
3+
This is a custom build of Python 3.14.0a0 with the following specifications:
4+
5+
- Compiled on Ubuntu 24.04
6+
- Global Interpreter Lock (GIL) disabled
7+
- Optimizations enabled
8+
- Compiled on NVIDIA AGX Orin Developer Kit
9+
- Target architecture: ARM64
10+
11+
## Installation
12+
13+
Extract the tarball and run the binary:
14+
15+
```
16+
tar -xzvf p3.14noGIL_arm64.tar.gz
17+
./p3.14noGIL_arm64
18+
```
19+
20+
## Notes
21+
22+
This is an alpha version of Python 3.14. Use with caution in production environments.
28.5 MB
Binary file not shown.
11.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)