]> granicus.if.org Git - python/commitdiff
Remove a couple of tp_xxx fields that you are not expected to
authorGuido van Rossum <guido@python.org>
Mon, 15 Oct 2001 21:24:12 +0000 (21:24 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Oct 2001 21:24:12 +0000 (21:24 +0000)
initialize (or use or even know about :-).

Modules/xxmodule.c

index fb0c6fbcbc09131fda0a9f49326ff07aeaeffead..29b874b6097da96f27c9b47f9befed5cdfa00c6b 100644 (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*/
 };
 /* --------------------------------------------------------------------- */