mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	fix typo in _struct
This commit is contained in:
		
							parent
							
								
									d3611eb3c6
								
							
						
					
					
						commit
						07c023b10e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -46,8 +46,8 @@ typedef struct { | |||
| 	PyObject *weakreflist; /* List of weak references */ | ||||
| } PyStructObject; | ||||
| 
 | ||||
| #define PyStruct_Check(op) PyObject_TypeCheck(op, &PyStruct_Type) | ||||
| #define PyStruct_CheckExact(op) ((op)->ob_type == &PyStruct_Type) | ||||
| #define PyStruct_Check(op) PyObject_TypeCheck(op, &PyStructType) | ||||
| #define PyStruct_CheckExact(op) ((op)->ob_type == &PyStructType) | ||||
| 
 | ||||
| 
 | ||||
| /* Exception */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Bob Ippolito
						Bob Ippolito