[Stackless] Stackless for Python 2.5b2 / help required

Jeff Senn senn at maya.com
Fri Jul 21 14:51:06 CEST 2006



Richard Tew wrote:
>> Seems to pass everything on OS-X except for the problems you mention.
> 
> Good to hear, thanks for testing this.

Oh! Just to be clear this patch still needs to make it into
the 2.5 version:

Index: Stackless/platf/switch_ppc_macosx.h
===================================================================
--- Stackless/platf/switch_ppc_macosx.h (revision 50718)
+++ Stackless/platf/switch_ppc_macosx.h (working copy)
@@ -33,7 +33,7 @@
  #define STACK_MAGIC 3

  #define REGS_TO_SAVE "r13", "r14", "r15", "r16", "r17", "r18", "r19", "r20", \
-       "r21", "r22", "r23", "r24", "r25", "r26", "r27", "r28", "r29", "r31", \
+       "r21", "r22", "r23", "r24", "r25", "r26", "r27", "r28", "r29", \
         "cr2", "cr3", "cr4"


> I have a partial fix that gets your reproducibility case to work.
> But, the error
> it is replaced with is much worse :)

I'll try to give it some cycles after next week.

_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list