mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	gh-125434: Display thread name in faulthandler on Windows (#140675)
This commit is contained in:
		
							parent
							
								
									1753ccb432
								
							
						
					
					
						commit
						313145eab5
					
				
					 4 changed files with 80 additions and 14 deletions
				
			
		|  | @ -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)) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner