mirror of
https://github.com/python/cpython.git
synced 2024-12-18 14:24:33 +08:00
merge 3.2 (#1616)
This commit is contained in:
commit
6d8f744730
@ -704,7 +704,7 @@ static PyMethodDef iobase_methods[] = {
|
||||
};
|
||||
|
||||
static PyGetSetDef iobase_getset[] = {
|
||||
{"__dict__", iobase_get_dict, NULL, NULL},
|
||||
{"__dict__", (getter)iobase_get_dict, NULL, NULL},
|
||||
{"closed", (getter)iobase_closed_get, NULL, NULL},
|
||||
{NULL}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user