Kaydet (Commit) ea9dcdc0 authored tarafından Tim Peters's avatar Tim Peters

com_yield_expr(): Squash new compiler wng about unreferenced local.

üst 4e41a4b6
......@@ -3744,7 +3744,6 @@ com_return_stmt(struct compiling *c, node *n)
static void
com_yield_expr(struct compiling *c, node *n)
{
int i;
REQ(n, yield_expr); /* 'yield' testlist */
if (!c->c_infunction) {
com_error(c, PyExc_SyntaxError, "'yield' outside function");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment