commit | 1fea321502631184f8c3f1580159e3f2bcc5ee4b | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Apr 19 03:15:20 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Apr 19 03:15:20 2009 +0000 |
tree | a42417656b9d68d6694981e6dc3ba3c96aa2030a | |
parent | cee5663068a706b255de0ba45fe956ba6fb49ef2 [diff] [blame] |
use NULL for the ends of tables
diff --git a/Modules/_io/stringio.c b/Modules/_io/stringio.c index d75a604..136f41d 100644 --- a/Modules/_io/stringio.c +++ b/Modules/_io/stringio.c
@@ -723,7 +723,7 @@ {"encoding", (getter)stringio_encoding, NULL, NULL}, {"errors", (getter)stringio_errors, NULL, NULL}, {"line_buffering", (getter)stringio_line_buffering, NULL, NULL}, - {0} + {NULL} }; PyTypeObject PyStringIO_Type = {