Commit 01b66a80 authored by Neil Schemenauer's avatar Neil Schemenauer

Remove bogus PyGC_HEAD_SIZE.

parent 74b5ade6
...@@ -136,7 +136,7 @@ static PyTypeObject XReadlinesObject_Type = { ...@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment