]> granicus.if.org Git - python/commitdiff
bpo-32688: Make why the line is commented out clear (GH-5405)
authorXiang Zhang <angwerzx@126.com>
Mon, 29 Jan 2018 03:32:12 +0000 (11:32 +0800)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2018 03:32:12 +0000 (11:32 +0800)
Python/ceval.c

index 3d7bed0111b20969564a7de6be48eba7e8c78426..128ec2c0045486bf61ca1ef3be6748f0fa440c2a 100644 (file)
@@ -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 */
             }
         }
     }