test_ok1/py/c-extension/greenlet
arigo efd732b035 [svn r50576] This patch by Thiemo Seufer adds support for mips and mipsel.
--HG--
branch : trunk
2008-01-14 10:38:23 +01:00
..
README.txt [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
dummy_greenlet.py [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
greenlet.c [svn r37899] Try to print the exception before dying. 2007-02-04 13:31:24 +01:00
greenlet.h [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
setup.py [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
slp_platformselect.h [svn r50576] This patch by Thiemo Seufer adds support for mips and mipsel. 2008-01-14 10:38:23 +01:00
switch_amd64_unix.h [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
switch_mips_unix.h [svn r50576] This patch by Thiemo Seufer adds support for mips and mipsel. 2008-01-14 10:38:23 +01:00
switch_ppc_macosx.h [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
switch_ppc_unix.h [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
switch_s390_unix.h [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
switch_sparc_sun_gcc.h [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
switch_x86_msvc.h [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
switch_x86_unix.h [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
test_generator.py [svn r37751] fix two other places that used capturing 2007-02-01 16:58:10 +01:00
test_generator_nested.py [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
test_greenlet.py [svn r37642] issue40 resolved 2007-01-31 00:07:48 +01:00
test_remote.py [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00
test_throw.py [svn r37264] create the new development trunk 2007-01-24 15:24:01 +01:00

README.txt

This code is by Armin Rigo with the core pieces by Christian Tismer.
These pieces are:

- slp_platformselect.h
- switch_*.h, included from the previous one.

All additional credits for the general idea of stack switching also go to
Christian.  In other words, if it works it is thanks to Christian's work,
and if it crashes it is because of a bug of mine :-)


-- Armin