mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	bpo-46370: Move the static initializer for _PyRuntime to its own header file. (gh-30587)
https://bugs.python.org/issue46370
This commit is contained in:
		
							parent
							
								
									276c234ce0
								
							
						
					
					
						commit
						bc02eac9d2
					
				
					 9 changed files with 611 additions and 583 deletions
				
			
		|  | @ -20,6 +20,7 @@ | |||
| #include "pycore_pyerrors.h"      // _PyErr_Occurred() | ||||
| #include "pycore_pylifecycle.h"   // _PyErr_Print() | ||||
| #include "pycore_pystate.h"       // _PyThreadState_GET() | ||||
| #include "pycore_runtime_init.h"  // _PyRuntimeState_INIT | ||||
| #include "pycore_sliceobject.h"   // _PySlice_Fini() | ||||
| #include "pycore_structseq.h"     // _PyStructSequence_InitState() | ||||
| #include "pycore_sysmodule.h"     // _PySys_ClearAuditHooks() | ||||
|  |  | |||
|  | @ -10,6 +10,7 @@ | |||
| #include "pycore_pylifecycle.h" | ||||
| #include "pycore_pymem.h"         // _PyMem_SetDefaultAllocator() | ||||
| #include "pycore_pystate.h"       // _PyThreadState_GET() | ||||
| #include "pycore_runtime_init.h"  // _PyRuntimeState_INIT | ||||
| #include "pycore_sysmodule.h" | ||||
| 
 | ||||
| /* --------------------------------------------------------------------------
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Eric Snow
						Eric Snow