Benjamin Peterson <[email protected]> added the comment: 2011/8/10 Meador Inge <[email protected]>: > > Meador Inge <[email protected]> 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12608> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
