mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	nodes (in Parser/node.c) resolves the gross memory consumption exhibited by the EMX runtime on OS/2, so the test should be exercised on this platform.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			62 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			62 B
		
	
	
	
		
			Python
		
	
	
	
	
	
 | 
						|
REPS = 65580
 | 
						|
 | 
						|
l = eval("[" + "2," * REPS + "]")
 | 
						|
print len(l)
 |