Neal Norwitz <[EMAIL PROTECTED]> wrote:
> On 8/15/06, Neil Schemenauer <[EMAIL PROTECTED]> wrote:
>>
>> It would be nice if someone could bytecompile Lib using
>> Tools/compiler/compile.py and then run the test suite.
>
> Has this been done before?

Obviously not. :-)

> # This code causes python to segfault
> def foo(S):
>   all(x > 42 for x in S)

Hmm, it seems to work for me.  The bytecode generated by
Lib/compiler is the same as the normal compiler.  Do you have a full
test case?

  Neil

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to