Remove bogus PyGC_HEAD_SIZE.

This commit is contained in:
Neil Schemenauer 2001-08-29 23:50:42 +00:00
parent 74b5ade6b8
commit 01b66a80c4

View File

@ -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 */