[Python-Dev] no remaining issues blocking 2.5 release

Neil Schemenauer nas at arctrix.com
Wed Aug 16 18:59:31 CEST 2006


Neal Norwitz <nnorwitz at gmail.com> wrote:
> On 8/15/06, Neil Schemenauer <nas at arctrix.com> 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



More information about the Python-Dev mailing list