mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	 33438d23fa
			
		
	
	
		33438d23fa
		
	
	
	
	
		
			
			Update the test suite for the changes introduced by the EXTENDED_ARG opcode. This closes the regression test changes of SourceForge patch #100893.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			64 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			64 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| REPS = 65580
 | |
| 
 | |
| l = eval("[" + "2," * REPS + "]") 
 | |
| print len(l)  
 |