gh-125434: Display thread name in faulthandler on Windows (#140675)

This commit is contained in:
Victor Stinner 2025-10-27 18:41:18 +01:00 committed by GitHub
parent 1753ccb432
commit 313145eab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 80 additions and 14 deletions

View file

@ -506,6 +506,7 @@ pycore_init_runtime(_PyRuntimeState *runtime,
_PyRuntimeState_SetFinalizing(runtime, NULL);
_Py_InitVersion();
_Py_DumpTraceback_Init();
status = _Py_HashRandomization_Init(config);
if (_PyStatus_EXCEPTION(status)) {