Stackless Python Howto

Johann Höchtl johann.hoechtl at myrealbox.com
Mon Sep 30 07:28:46 EDT 2002


Hello!

Can someone give me a short briefing how to use stackless python? I thought
it's all about a replacement of python.dll, and as long as you don't use
stackless threading and continuations, at least arbitrary, lightweight
recursion will be available.

However, the famous ackermann function with parameters ack (3, 7) and
onwards still failes because of stack constraints.

What else do i have to specify to be go stackless?

Thank you,
    Johann





More information about the Python-list mailing list