mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Added a missing cast to the hashfunc initializer.
This commit is contained in:
		
							parent
							
								
									0bb580d297
								
							
						
					
					
						commit
						fcc54cab10
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -56,7 +56,7 @@ PyTypeObject PyType_Type = {
 | 
				
			||||||
	0,			/*tp_as_number*/
 | 
						0,			/*tp_as_number*/
 | 
				
			||||||
	0,			/*tp_as_sequence*/
 | 
						0,			/*tp_as_sequence*/
 | 
				
			||||||
	0,			/*tp_as_mapping*/
 | 
						0,			/*tp_as_mapping*/
 | 
				
			||||||
	_Py_HashPointer,	/*tp_hash*/
 | 
						(hashfunc)_Py_HashPointer,	/*tp_hash*/
 | 
				
			||||||
	0,			/*tp_call*/
 | 
						0,			/*tp_call*/
 | 
				
			||||||
	0,			/*tp_str*/
 | 
						0,			/*tp_str*/
 | 
				
			||||||
	0,			/*tp_xxx1*/
 | 
						0,			/*tp_xxx1*/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue