From: Xiang Zhang Date: Mon, 29 Jan 2018 03:32:12 +0000 (+0800) Subject: bpo-32688: Make why the line is commented out clear (GH-5405) X-Git-Tag: v3.7.0b1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=997478eb797b31bd724135ca17781d1cf4b89cfa;p=python bpo-32688: Make why the line is commented out clear (GH-5405) --- diff --git a/Python/ceval.c b/Python/ceval.c index 3d7bed0111..128ec2c004 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -3525,7 +3525,7 @@ fast_yield: tstate, f, PyTrace_RETURN, retval)) { Py_CLEAR(retval); - /* why = WHY_EXCEPTION; */ + /* why = WHY_EXCEPTION; useless yet but cause compiler warnings */ } } }