Download (original) (raw)
Downloads
Downloads for older versions of Stackless Python can be found on the archived downloads page.
Source Code
If for some reason, you are not able to obtain the source code from the appropriate branch in the Git repositoryrepository, you can download it directly from here:
- Python 3.8.1: stackless-381-export.tar.xz (17.3 MB) (md5 49133593bd0dce78ade0362aa1783454)
- Python 3.7.9: stackless-379-export.tar.xz (16.8 MB) (md5 1cdfd3eda4b0efd7e8435a63eea9c4a2)
- Python 3.6.13: stackless-3613-export.tar.xz (16.6 MB) (md5 3abfb2e918ce623366023871ac117dd4)
Binaries
Microsoft Windows users
If you do not wish to compile Stackless Python yourself, we provide precompiled MSI installers. These installers can be used instead of the corresponding regular C-Python installer. Alternatively you can install them alongside C-Python, if you choose the "Install just for me" option.
Installers
- Python 3.7.9 x86: stackless-3.7.9.exe (26072841 Byte) (md5 83f4baffd8c3cd436200a776eab9e8d3)
- Python 3.7.9 x86 webinstall: stackless-3.7.9-webinstall.exe (1307268 Byte) (md5 86501ef162c032a58d6b1de2d21424a3)
- Python 3.7.9 x86-64: stackless-3.7.9-amd64.exe (27081933 Byte) (md5 5cf6cb597e90f9d6c2eaad8869f15ac1)
- Python 3.7.9 x86-64 webinstall: stackless-3.7.9-amd64-webinstall.exe (1344818 Byte) (md5 0d094237fadd710444c89d84c7b90f19)
Embeddable Zip Files
- Python 3.7.9 x86: stackless-3.7.9-embed-win32.zip (6722701 Byte) (md5 40f6cbcb5dc4307e283611637f3cc99c)
- Python 3.7.9 x86-64: stackless-3.7.9-embed-amd64.zip (7487414 Byte) (md5 d0c08a00275da11837370a4b66d8725d)
Unix and Linux users
Please use the source code to compile your own copy of Stackless Python.
Mac OS X users
Note: We need volunteers to build and develop Stackless for macOS.
Anaconda
If you use the marvellous Python distribution Anacondaor Miniconda you can install older versions of Stackless-Python from theanaconda.org channel stackless.
- Add the channel to your configuration:
$ conda config --add channels stackless - Add the (meta-) package "stackless":
$ conda install stackless
The package "stackless" utilises theconda feature mechanismto replace the regular C-Python by Stackless-Python.