Re: [Stackless] compiling stackless python with linking optimization on vs8...

2009-10-31 Thread Richard Tew
2009/10/16 atex.way : > 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

Re: [Stackless] compiling stackless python with linking optimization on vs8...

2009-10-17 Thread Jon Parise
2009/10/16 atex.way : > 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

[Stackless] compiling stackless python with linking optimization on vs8...

2009-10-16 Thread atex.way
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 compil