mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Remove trailing comma.
This commit is contained in:
		
							parent
							
								
									5addf70078
								
							
						
					
					
						commit
						fe9c71bcd3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -591,7 +591,7 @@ def visitListComp(self, node): | ||||||
| 
 | 
 | ||||||
|         self._implicitNameOp('LOAD', tmpname) |         self._implicitNameOp('LOAD', tmpname) | ||||||
|         self.visit(node.expr) |         self.visit(node.expr) | ||||||
|         self.emit('LIST_APPEND',) |         self.emit('LIST_APPEND') | ||||||
| 
 | 
 | ||||||
|         for start, cont, anchor in stack: |         for start, cont, anchor in stack: | ||||||
|             if cont: |             if cont: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl