GH-131296: Add missing UNREACHABLE mark in thread_nt.h (GH-131589)

This commit is contained in:
Chris Eibl 2025-03-31 21:28:35 +02:00 committed by GitHub
parent 03f6c8e239
commit 2e96f5ae4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ PyThread_exit_thread(void)
if (!initialized)
exit(0);
_endthreadex(0);
Py_UNREACHABLE();
}
void _Py_NO_RETURN