mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	gh-108765: Cleanup #include in Python/*.c files (#108977)
Mention one symbol imported by each #include.
This commit is contained in:
		
							parent
							
								
									14d6e197cc
								
							
						
					
					
						commit
						b298b395e8
					
				
					 18 changed files with 57 additions and 48 deletions
				
			
		|  | @ -6,10 +6,10 @@ | |||
| #include "pycore_code.h"          // stats | ||||
| #include "pycore_dtoa.h"          // _dtoa_state_INIT() | ||||
| #include "pycore_frame.h" | ||||
| #include "pycore_initconfig.h" | ||||
| #include "pycore_initconfig.h"    // _PyStatus_OK() | ||||
| #include "pycore_object.h"        // _PyType_InitCache() | ||||
| #include "pycore_pyerrors.h" | ||||
| #include "pycore_pylifecycle.h" | ||||
| #include "pycore_pyerrors.h"      // _PyErr_Clear() | ||||
| #include "pycore_pylifecycle.h"   // _PyAST_Fini() | ||||
| #include "pycore_pymem.h"         // _PyMem_SetDefaultAllocator() | ||||
| #include "pycore_pystate.h" | ||||
| #include "pycore_runtime_init.h"  // _PyRuntimeState_INIT | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner