mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Remove bogus PyGC_HEAD_SIZE.
This commit is contained in:
		
							parent
							
								
									74b5ade6b8
								
							
						
					
					
						commit
						01b66a80c4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -136,7 +136,7 @@ static PyTypeObject XReadlinesObject_Type = {
 | 
				
			||||||
	PyObject_HEAD_INIT(NULL)
 | 
						PyObject_HEAD_INIT(NULL)
 | 
				
			||||||
	0,
 | 
						0,
 | 
				
			||||||
	"xreadlines",
 | 
						"xreadlines",
 | 
				
			||||||
	sizeof(PyXReadlinesObject) + PyGC_HEAD_SIZE,
 | 
						sizeof(PyXReadlinesObject),
 | 
				
			||||||
	0,
 | 
						0,
 | 
				
			||||||
	(destructor)xreadlines_dealloc,		/* tp_dealloc */
 | 
						(destructor)xreadlines_dealloc,		/* tp_dealloc */
 | 
				
			||||||
	0,					/* tp_print */
 | 
						0,					/* tp_print */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue