Skip to content

Commit 01b66a8

Browse files
committed
Remove bogus PyGC_HEAD_SIZE.
1 parent 74b5ade commit 01b66a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/xreadlinesmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static PyTypeObject XReadlinesObject_Type = {
136136
PyObject_HEAD_INIT(NULL)
137137
0,
138138
"xreadlines",
139-
sizeof(PyXReadlinesObject) + PyGC_HEAD_SIZE,
139+
sizeof(PyXReadlinesObject),
140140
0,
141141
(destructor)xreadlines_dealloc, /* tp_dealloc */
142142
0, /* tp_print */

0 commit comments

Comments
 (0)