mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove bogus PyGC_HEAD_SIZE.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user