mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Fix #1752132: wrong comment in opcode description.
This commit is contained in:
		
							parent
							
								
									9cca918db8
								
							
						
					
					
						commit
						c6057c7812
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -112,7 +112,7 @@ extern "C" {
 | 
			
		|||
#define LOAD_GLOBAL	116	/* Index in name list */
 | 
			
		||||
 | 
			
		||||
#define CONTINUE_LOOP	119	/* Start of loop (absolute) */
 | 
			
		||||
#define SETUP_LOOP	120	/* Target address (absolute) */
 | 
			
		||||
#define SETUP_LOOP	120	/* Target address (relative) */
 | 
			
		||||
#define SETUP_EXCEPT	121	/* "" */
 | 
			
		||||
#define SETUP_FINALLY	122	/* "" */
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue