| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3116,7 +3116,7 @@ _PyDict_FromKeys(PyObject *cls, PyObject *iterable, PyObject *value) | |||
| 3116 | 3116 | goto dict_iter_exit; | |
| 3117 | 3117 | } | |
| 3118 | 3118 | } | |
| 3119 | - dict_iter_exit: | ||
| 3119 | + dict_iter_exit:; | ||
| 3120 | 3120 | Py_END_CRITICAL_SECTION(); | |
| 3121 | 3121 | } else { | |
| 3122 | 3122 | while ((key = PyIter_Next(it)) != NULL) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -452,7 +452,7 @@ PyList_SetItem(PyObject *op, Py_ssize_t i, | |||
| 452 | 452 | p = self->ob_item + i; | |
| 453 | 453 | Py_XSETREF(*p, newitem); | |
| 454 | 454 | ret = 0; | |
| 455 | - end: | ||
| 455 | + end:; | ||
| 456 | 456 | Py_END_CRITICAL_SECTION(); | |
| 457 | 457 | return ret; | |
| 458 | 458 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments