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 9cd75b7 commit 1360059Copy full SHA for 1360059
Python/pylifecycle.c
@@ -3497,7 +3497,8 @@ wait_for_thread_shutdown(PyThreadState *tstate)
3497
result = PyObject_CallMethodNoArgs(threading, &_Py_ID(_shutdown));
3498
if (result == NULL) {
3499
PyErr_FormatUnraisable("Exception ignored on threading shutdown");
3500
- } else {
+ }
3501
+ else {
3502
Py_DECREF(result);
3503
}
3504
Py_DECREF(threading);
0 commit comments