mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Oops. Removed dictiter_new decl that wasn't supposed to go in yet.
This commit is contained in:
		
							parent
							
								
									0dbb4fba4c
								
							
						
					
					
						commit
						55ad67d74d
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -1310,8 +1310,6 @@ dict_contains(dictobject *mp, PyObject *key)
 | 
				
			||||||
		&& (mp->ma_lookup)(mp, key, hash)->me_value != NULL);
 | 
							&& (mp->ma_lookup)(mp, key, hash)->me_value != NULL);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
staticforward PyObject *dictiter_new(dictobject *);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Hack to implement "key in dict" */
 | 
					/* Hack to implement "key in dict" */
 | 
				
			||||||
static PySequenceMethods dict_as_sequence = {
 | 
					static PySequenceMethods dict_as_sequence = {
 | 
				
			||||||
	0,					/* sq_length */
 | 
						0,					/* sq_length */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue