mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Issue 25483: Add an opcode to make f-string formatting more robust.
This commit is contained in:
		
							parent
							
								
									2753a096e0
								
							
						
					
					
						commit
						a78c7954d5
					
				
					 8 changed files with 205 additions and 168 deletions
				
			
		|  | @ -214,4 +214,6 @@ def jabs_op(name, op): | |||
| def_op('BUILD_TUPLE_UNPACK', 152) | ||||
| def_op('BUILD_SET_UNPACK', 153) | ||||
| 
 | ||||
| def_op('FORMAT_VALUE', 155) | ||||
| 
 | ||||
| del def_op, name_op, jrel_op, jabs_op | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Eric V. Smith
						Eric V. Smith