Remove spurious "closed" attribute definition from the memberlist
table.  (reported as an aside in SF #446049).
diff --git a/Objects/fileobject.c b/Objects/fileobject.c
index e192e8b..e01c439 100644
--- a/Objects/fileobject.c
+++ b/Objects/fileobject.c
@@ -1268,7 +1268,6 @@
 	{"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 */
 };