Stackless Python 1.2 + Continuations 0.9

Christian Tismer tismer at appliedbiometrics.com
Tue Oct 10 06:33:36 EDT 2000


ANNOUNCING:

               Stackless Python 1.2
           A Python Implementation That
             Does Not Use The C Stack

               * plus the real toy *

              Continuation Module 0.9
        Continuations as First Class Objects
            with support for MicroThreads

What is it?
A plugin-replacement for core Python.
It should run any program which runs under Python 1.5.2 .
But it does not need space on the C stack.

For further info, see the new site at 
   
              http://www.stackless.com

You might also want to join the mailing list at

     http://starship.python.net/mailman/listinfo/stackless

Major changes in this release:
Extra reference counting reduces continuation frame creation
Better exception handling avoids cycles.

Next to come:
- A port to Python 2.0 will be the first thing to do.
- Long-term project is a complete redesign and
  rewrite for inclusion with Python 2.1

ciao - Christian Tismer / Mission Impossible 5oftware Team

<P><A HREF="http://www.tismer.com/research/stackless/">Stackless
Python 1.2 + Continuations 0.9</A> - a version of Python 1.5.2 that
does not need space on the C stack, first-class callable
continuation objects for Python, and Microthread-support. 
(10-Oct-2000)
</P>

-- 
http://www.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list