[Stackless] sufficiantly large stackless example/program

Stephan Diehl stephan.diehl at gmx.net
Sun May 18 15:19:02 CEST 2008


Hi,

I'm looking for a sufficiantly large stackless example to test the pypy 
stackless implementation.
There are still some known limitation like:
 - no multithreading support
 - no pickling support when run on top of cpython
 - timeout arg to 'run'

We tried a couple of examples from the stackless.com site which seemed 
to work.
By the way, the 'chatServer' and 'mud' example seem to be broken 
(running with stackless 2.5.2)

The pypy stackless module can be found at:
http://codespeak.net/svn/pypy/dist/pypy/lib/stackless.py

the tests can be found at:
http://codespeak.net/svn/pypy/dist/pypy/lib/app_test/test_stackless.py

When run on top of cpython, the 'py' library is used (greenlets and py.test)

Thanks for your help

Stephan




More information about the Stackless mailing list