Package: python-greenlet / 0.3.1-2.5

Metadata

Package Version Patches format
python-greenlet 0.3.1-2.5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
switch_arm32_update.patch | (download)

platform/switch_arm32_gcc.h | 35 30 + 5 - 0 !
1 file changed, 30 insertions(+), 5 deletions(-)

 use platform/switch_arm32_gcc.h from 0.4.0 to avoid compile errors
fix_solaris_sparc_header.patch | (download)

platform/switch_sparc_sun_gcc.h | 26 9 + 17 - 0 !
1 file changed, 9 insertions(+), 17 deletions(-)

 fix the sparc/solaris header
    
This header used a relic from the original stackless sources which
referred to a structure which does not exist in greenlet.  Furthermore
it seems to have never worked with gcc > 4.0.0 as a dynamicly loaded
library as it clobbered gcc's PIC register (%l7).


fix_sparc_support.patch | (download)

platform/switch_sparc_sun_gcc.h | 2 1 + 1 - 0 !
slp_platformselect.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 add support for debian sparc and openbsd5-sparc64