mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	gh-131238: Cleanup pycore_runtime.h includes (#131486)
This commit is contained in:
		
							parent
							
								
									344f3c3fd4
								
							
						
					
					
						commit
						6c776abb90
					
				
					 5 changed files with 4 additions and 6 deletions
				
			
		|  | @ -13,6 +13,7 @@ extern "C" { | |||
| #include "pycore_object_deferred.h" // _PyObject_HasDeferredRefcount | ||||
| #include "pycore_pyatomic_ft_wrappers.h"  // FT_ATOMIC_STORE_PTR_RELAXED | ||||
| #include "pycore_pystate.h"       // _PyInterpreterState_GET() | ||||
| #include "pycore_runtime.h"       // _PyRuntime | ||||
| #include "pycore_typeobject.h"    // _PyStaticType_GetState() | ||||
| #include "pycore_uniqueid.h"      // _PyObject_ThreadIncrefSlow() | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner