[Stackless] Build stackless python for openwrt

Richard Tew richard.m.tew at gmail.com
Sat Apr 5 18:34:36 CEST 2008


On Sat, Apr 5, 2008 at 11:49 AM, 沈崴 <wileishn at gmail.com> wrote:
> Re-make is OK, now I get the python, but just the python not stackless python.
> I find the stackless module has not been built in.
>
> Can anyone help me?

Stackless at its core relies on having assembly language support for
stack switching.  If this assembly language support is not present for
the platform it is being compiled on, then Stackless will compile as
normal Python instead of having the functionality it would otherwise
have.

You can see this logic here:
http://svn.python.org/view/stackless/branches/release25-maint/Stackless/stackless.h?rev=55048&view=markup

Cheers,
Richard.


More information about the Stackless mailing list