mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	 a2d8c4b81b
			
		
	
	
		a2d8c4b81b
		
			
		
	
	
	
	
		
			
			There are a few things I missed in gh-27980. This is a follow-up that will make subsequent PRs cleaner. It includes fixes to tests and tools that reference the frozen modules. https://bugs.python.org/issue45019
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
		
			Generated
		
	
	
| # The list of frozen modules with key information.
 | |
| # Note that the "check_generated_files" CI job will identify
 | |
| # when source files were changed but regen-frozen wasn't run.
 | |
| # This file is auto-generated by Tools/scripts/freeze_modules.py.
 | |
|           module           ispkg              source                          frozen               checksum
 | |
| -------------------------- ----- ------------------------------- ------------------------------- ------------
 | |
| _frozen_importlib            no  <importlib._bootstrap>          importlib__bootstrap.h          749d553f858d
 | |
| _frozen_importlib_external   no  <importlib._bootstrap_external> importlib__bootstrap_external.h e4539e6347d7
 | |
| zipimport                    no  <zipimport>                     zipimport.h                     374879e5d43d
 | |
| __hello__                    no  Tools/freeze/flag.py            hello.h                         af6fb665713f
 | |
| __phello__                  YES  Tools/freeze/flag.py            hello.h                         af6fb665713f
 | |
| __phello__.spam              no  Tools/freeze/flag.py            hello.h                         af6fb665713f
 |