This is the source folder for Stackless Python.

Usage with Windows and Visual Studio 6.0:

Depending on your choice, load and install the
source trees for Python 1.5.2+ (available on
the Stackless Site only) or Python 2.0 (available
there too, and from other known sites)
and place them into their subdirectory.

You will get the following picture,
assuming you are working (like me) in "D:\Stackless\src":

D:\Stackless\src\common\
        here is common stuff, which is the same for
        both versions. At the moment only:
                        Modules\continuationmodule.c
D:\Stackless\src\1.5.2+\
        here are all my modified/additional files for 1.5.2+
                       Include\
                       Modules\
                       Objects\
                       Python\
        and here goes the original Python 1.5.2+ tree:
                       Python-1.5.2+\
        with just the same directories like above, again.
        Same story for Python 2.0:
D:\Stackless\src\2.0\
        here are all my modified/additional files for 2.0
                     Include\
                     Modules\
                     Objects\
                     Python\
        and here goes the original Python 2.0 tree:
                     Python-2.0\
        with just the same directories like above, again.

Short instructions for a Unix build:
Just take a Python source tree as usual, and copy the
contents of my according directories into the right
places. You might want to add a line for continuationmodule.c
and then build as usual. Sorry, I didn't test this :-)

Christian Tismer, 010110
