GH-131296: Add missing UNREACHABLE mark in thread_nt.h (GH-131589)
This commit is contained in:
@@ -289,6 +289,7 @@ PyThread_exit_thread(void)
|
||||
if (!initialized)
|
||||
exit(0);
|
||||
_endthreadex(0);
|
||||
Py_UNREACHABLE();
|
||||
}
|
||||
|
||||
void _Py_NO_RETURN
|
||||
|
||||
Reference in New Issue
Block a user