f21df1b455
(although the greenlet fix is not really related, but i first saw it now on win32) --HG-- branch : trunk |
||
---|---|---|
.. | ||
README.txt | ||
dummy_greenlet.py | ||
greenlet.c | ||
greenlet.h | ||
setup.py | ||
slp_platformselect.h | ||
switch_amd64_unix.h | ||
switch_ppc_macosx.h | ||
switch_ppc_unix.h | ||
switch_s390_unix.h | ||
switch_sparc_sun_gcc.h | ||
switch_x86_msvc.h | ||
switch_x86_unix.h | ||
test_generator.py | ||
test_generator_nested.py | ||
test_greenlet.py | ||
test_remote.py | ||
test_throw.py |
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