mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
use NULL for the ends of tables
This commit is contained in:
parent
cee5663068
commit
1fea321502
6 changed files with 12 additions and 12 deletions
|
@ -700,7 +700,7 @@ static PyMethodDef IOBase_methods[] = {
|
|||
|
||||
static PyGetSetDef IOBase_getset[] = {
|
||||
{"closed", (getter)IOBase_closed_get, NULL, NULL},
|
||||
{0}
|
||||
{NULL}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue