mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	bpo-35081: Rename internal headers (GH-10275)
Rename Include/internal/ headers: * pycore_hash.h -> pycore_pyhash.h * pycore_lifecycle.h -> pycore_pylifecycle.h * pycore_mem.h -> pycore_pymem.h * pycore_state.h -> pycore_pystate.h Add missing headers to Makefile.pre.in and PCbuild: * pycore_condvar.h. * pycore_hamt.h * pycore_pyhash.h
This commit is contained in:
		
							parent
							
								
									19c46a4c96
								
							
						
					
					
						commit
						621cebe81b
					
				
					 65 changed files with 105 additions and 98 deletions
				
			
		|  | @ -41,7 +41,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | |||
| #define PY_SSIZE_T_CLEAN | ||||
| #include "Python.h" | ||||
| #include "pycore_fileutils.h" | ||||
| #include "pycore_state.h" | ||||
| #include "pycore_pystate.h" | ||||
| #include "ucnhash.h" | ||||
| #include "bytes_methods.h" | ||||
| #include "stringlib/eq.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner