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

March 31, 2025
7:28 p.m.
https://github.com/python/cpython/commit/2e96f5ae4d1700d77a53180b4866c5b9f00... commit: 2e96f5ae4d1700d77a53180b4866c5b9f002e62d branch: main author: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> committer: zooba <steve.dower@microsoft.com> date: 2025-03-31T20:28:35+01:00 summary: GH-131296: Add missing UNREACHABLE mark in thread_nt.h (GH-131589) files: M Python/thread_nt.h diff --git a/Python/thread_nt.h b/Python/thread_nt.h index 3a01a7fe327c8f..e078b98be3cdf4 100644 --- a/Python/thread_nt.h +++ b/Python/thread_nt.h @@ -289,6 +289,7 @@ PyThread_exit_thread(void) if (!initialized) exit(0); _endthreadex(0); + Py_UNREACHABLE(); } void _Py_NO_RETURN
54
Age (days ago)
54
Last active (days ago)
0 comments
1 participants
participants (1)
-
zooba