mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	GH-100110: Specialize FOR_ITER for tuples (GH-100109)
* Specialize FOR_ITER for tuples
This commit is contained in:
		
							parent
							
								
									0448deac70
								
							
						
					
					
						commit
						748c6c0921
					
				
					 10 changed files with 122 additions and 67 deletions
				
			
		|  | @ -320,6 +320,7 @@ def pseudo_op(name, op, real_ops): | |||
|     ], | ||||
|     "FOR_ITER": [ | ||||
|         "FOR_ITER_LIST", | ||||
|         "FOR_ITER_TUPLE", | ||||
|         "FOR_ITER_RANGE", | ||||
|         "FOR_ITER_GEN", | ||||
|     ], | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ken Jin
						Ken Jin