Meta Package for Stackless-Python
Meta-package for Stackless-Python
If you want to use Stackless-Python instead of regular C-Python, add the channel "stackless" to your configuration and install this package. Then conda will replace the regular "python" package by a "python" package from this channel.
How does it work? It uses the conda "feature"-mechanism. This package only tracks the feature "stackless". The "python" packages in this channel provide the feature "stackless". See https://conda.io/docs/building/meta-yaml.html#id2 for details.