| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
|
|
|
| |
The t denotes that it is a free threading version of Python, so could potentially be installed along side a non-free-threaded version of Python
|
| |
|
|
|
|
| |
This is needed as dev builds such as 3.13-dev use the suffix -dev, rather than a patch version.
|
|
Separate snekbox's Python interpreter from the interpreter used by
NsJail. This allows for the interpreters to be updated on different
cadences and provides better isolation of packages.
Each Python interpreter adds about 70 MB to the built image.
|