mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
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)
|
||||
0,
|
||||
"xreadlines",
|
||||
sizeof(PyXReadlinesObject) + PyGC_HEAD_SIZE,
|
||||
sizeof(PyXReadlinesObject),
|
||||
0,
|
||||
(destructor)xreadlines_dealloc, /* tp_dealloc */
|
||||
0, /* tp_print */
|
||||
|
Loading…
Reference in New Issue
Block a user