Skip to content

Commit 2e96f5a

Browse files
authored
GH-131296: Add missing UNREACHABLE mark in thread_nt.h (GH-131589)
1 parent 03f6c8e commit 2e96f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/thread_nt.h

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ PyThread_exit_thread(void)
289289
if (!initialized)
290290
exit(0);
291291
_endthreadex(0);
292+
Py_UNREACHABLE();
292293
}
293294

294295
void _Py_NO_RETURN

0 commit comments

Comments
 (0)