[Python-Dev] test_compiler failure (original) (raw)
Guido van Rossum guido at python.org
Thu Mar 2 05:24:34 CET 2006
- Previous message: [Python-Dev] test_compiler failure
- Next message: [Python-Dev] bytes.from_hex()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 testcompiler fails on testcontextlib.py. To reproduce the failure, run
from compiler import compileFile compileFile("Lib/test/testcontextlib.py")
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] test_compiler failure
- Next message: [Python-Dev] bytes.from_hex()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]