[Python-Dev] test_compiler failure

Guido van Rossum guido at python.org
Thu Mar 2 05:24:34 CET 2006


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, martin at v.loewis.de <martin at v.loewis.de> wrote:
> 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")

--
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-Dev mailing list