projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74b5ade
)
Remove bogus PyGC_HEAD_SIZE.
author
Neil Schemenauer
<nascheme@enme.ucalgary.ca>
Wed, 29 Aug 2001 23:50:42 +0000
(23:50 +0000)
committer
Neil Schemenauer
<nascheme@enme.ucalgary.ca>
Wed, 29 Aug 2001 23:50:42 +0000
(23:50 +0000)
Modules/xreadlinesmodule.c
patch
|
blob
|
history
diff --git
a/Modules/xreadlinesmodule.c
b/Modules/xreadlinesmodule.c
index 0881dd8521255e4db4156fe46bf59f41e0809a86..efc3de515fe9ee58c16bee0ae3575e789346373a 100644
(file)
--- a/
Modules/xreadlinesmodule.c
+++ b/
Modules/xreadlinesmodule.c
@@
-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 */