Re: [Python-Dev] test_compiler failure

2006-03-01 Thread Guido van Rossum
Thanks! This was due to a bug in the code for creating the AST for an expr-less yield. Fixed in r42772. On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I just found that test_compiler fails on test_contextlib.py. > To reproduce the failure, run > > from compiler import compileFile > comp

[Python-Dev] test_compiler failure

2006-03-01 Thread martin
I just found that test_compiler fails on test_contextlib.py. To reproduce the failure, run from compiler import compileFile compileFile("Lib/test/test_contextlib.py") Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.pyth