mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	disable code generation for access statement
This commit is contained in:
		
							parent
							
								
									447ae53eab
								
							
						
					
					
						commit
						53f4524a92
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -1687,6 +1687,7 @@ com_access_stmt(c, n) | |||
| 	struct compiling *c; | ||||
| 	node *n; | ||||
| { | ||||
| #if 0 | ||||
| 	int i, j, k, mode, imode; | ||||
| 	object *vmode; | ||||
| 	REQ(n, access_stmt); | ||||
|  | @ -1737,6 +1738,7 @@ com_access_stmt(c, n) | |||
| 		com_addoparg(c, LOAD_CONST, imode); | ||||
| 		com_addopname(c, ACCESS_MODE, CHILD(n, i)); | ||||
| 	} | ||||
| #endif | ||||
| } | ||||
| 
 | ||||
| static void | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum