Remove a couple of tp_xxx fields that you are not expected to

initialize (or use or even know about :-).
This commit is contained in:
Guido van Rossum 2001-10-15 21:24:12 +00:00
parent 17209fcf1f
commit 2ef1b8fd97
1 changed files with 0 additions and 5 deletions

View File

@ -138,11 +138,6 @@ statichere PyTypeObject Xxo_Type = {
0, /*tp_new*/
0, /*tp_free*/
0, /*tp_is_gc*/
0, /*tp_bases*/
0, /*tp_mro*/
0, /*tp_defined*/
0, /*tp_subclasses*/
0, /*tp_weaklist*/
};
/* --------------------------------------------------------------------- */