This repository was archived by the owner on Feb 13, 2025. It is now read-only.
forked from python/cpython
- Notifications
You must be signed in to change notification settings - Fork 61
Mercurial
Anselm Kruis edited this page Jan 4, 2016 · 2 revisions
To retrieve any of these from Mercurial, use the following commands (Linux, bash):
Stackless 2.7:
hg clone https://bitbucket.org/stackless-dev/stackless hg update v2.7.8-slp
Stackless 3.3:
hg clone https://bitbucket.org/stackless-dev/stackless hg update v3.3.5-slp
As a general rule, Stackless uses the same Mercurial tags as regular C-Python, but with a trailing -slp
.
Older versions can be retrieved from the Subversion repository.
If you are unable to access the Mercurial repository because of a firewall or other related networking problems, you should be able to download tarballs of the source code from the download page.