This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients Albert.Zeyer, benjamin.peterson, daniel.urban, ezio.melotti, meador.inge, r.david.murray
Date 2011-08-10.15:30:06
SpamBayes Score 2.6815622e-10
Marked as misclassified No
Message-id <CAPZV6o-FnDZeTTZbHG-taEL3rFUmBik8Ze=gESiBqPPJNbp2SQ@mail.gmail.com>
In-reply-to <1312989790.62.0.673360874929.issue12608@psf.upfronthosting.co.za>
Content
2011/8/10 Meador Inge <report@bugs.python.org>:
>
> Meador Inge <meadori@gmail.com> added the comment:
>
> I have verified that the code checked in for issue12575 keep the test case from this issue from crashing the interpreter:
>
> [meadori@motherbrain cpython]$ ./python test.py
> Traceback (most recent call last):
>  File "test.py", line 14, in <module>
>    compiled = compile(exprAst, "<foo>", "single")
> ValueError: empty body on FunctionDef
>
> Do we have any intent on fixing this crasher for 3.2 and 2.7?

Probably not. Everything is rather broken before 3.3 now.
History
Date User Action Args
2011-08-10 15:30:07benjamin.petersonsetrecipients: + benjamin.peterson, ezio.melotti, r.david.murray, meador.inge, daniel.urban, Albert.Zeyer
2011-08-10 15:30:06benjamin.petersonlinkissue12608 messages
2011-08-10 15:30:06benjamin.petersoncreate