Kaydet (Commit) 63e0a645 authored tarafından Guido van Rossum's avatar Guido van Rossum

Remove spurious "closed" attribute definition from the memberlist

table.  (reported as an aside in SF #446049).
üst b4ee68c3
......@@ -1268,7 +1268,6 @@ static struct memberlist file_memberlist[] = {
{"mode", T_OBJECT, OFF(f_mode), RO},
{"name", T_OBJECT, OFF(f_name), RO},
/* getattr(f, "closed") is implemented without this table */
{"closed", T_INT, 0, RO},
{NULL} /* Sentinel */
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment