hello,
    compiling and running stackless python 3.1.1 success with "generate debug 
info" set yes on ms vs8 express edition, but if set "generate debug info" to 
no, could compile success but cracked (assert (opcode == FOR_ITER) exception ) 
in running no mater with release or debug compiling mode.
        
    ...
    but, further found: "eliminate unreferenced data" or "Remove Redundant 
COMDATs  " should be real reason for the crack of stackless python. that it is, 
can't do linking optimization.
    the original python source is very stable, has no this like problem. i just 
want to know this question is related to c compiler or stackless codes, because 
i like python, also stackless...
    appreciate your answer in advance. thank you.

2009-10-13 



atex.way 
_______________________________________________
Stackless mailing list
Stackless@stackless.com
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to