mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	 8b7db5a111
			
		
	
	
		8b7db5a111
		
			
		
	
	
	
	
		
			
			bpo-15386, bpo-37473: test_import, regrtest and libregrtest no longer import importlib as soon as possible, as the first import, "to test bpo-15386". It is tested by test_import.test_there_can_be_only_one(). Sort test_import imports.
		
			
				
	
	
		
			2 lines
		
	
	
	
		
			119 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
	
		
			119 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES, ALL_RESOURCES
 | |
| from test.libregrtest.main import main
 |