Remove bogus PyGC_HEAD_SIZE.
This commit is contained in:
parent
74b5ade6b8
commit
01b66a80c4
@ -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…
x
Reference in New Issue
Block a user