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 meador.inge
Recipients Albert.Zeyer, benjamin.peterson, daniel.urban, ezio.melotti, meador.inge, r.david.murray
Date 2011-08-10.15:23:09
SpamBayes Score 1.3668567e-08
Marked as misclassified No
Message-id <1312989790.62.0.673360874929.issue12608@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-08-10 15:23:10meador.ingesetrecipients: + meador.inge, benjamin.peterson, ezio.melotti, r.david.murray, daniel.urban, Albert.Zeyer
2011-08-10 15:23:10meador.ingesetmessageid: <1312989790.62.0.673360874929.issue12608@psf.upfronthosting.co.za>
2011-08-10 15:23:10meador.ingelinkissue12608 messages
2011-08-10 15:23:09meador.ingecreate