mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
GH-131296: Add missing UNREACHABLE mark in thread_nt.h (GH-131589)
This commit is contained in:
parent
03f6c8e239
commit
2e96f5ae4d
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ PyThread_exit_thread(void)
|
||||||
if (!initialized)
|
if (!initialized)
|
||||||
exit(0);
|
exit(0);
|
||||||
_endthreadex(0);
|
_endthreadex(0);
|
||||||
|
Py_UNREACHABLE();
|
||||||
}
|
}
|
||||||
|
|
||||||
void _Py_NO_RETURN
|
void _Py_NO_RETURN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue