Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0e91a commit fc93b0aCopy full SHA for fc93b0a
1 file changed
Python/ceval.c
@@ -323,7 +323,7 @@ enum why_code {
323
WHY_RERAISE, /* Exception re-raised by 'finally' */
324
WHY_RETURN, /* 'return' statement */
325
WHY_BREAK, /* 'break' statement */
326
- WHY_CONTINUE, /* 'continue' statement */
+ WHY_CONTINUE /* 'continue' statement */
327
};
328
329
static enum why_code do_raise(PyObject *, PyObject *, PyObject *);
0 commit comments