summaryrefslogtreecommitdiffstats
path: root/Modules/xxmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-10-15 21:24:12 (GMT)
committerGuido van Rossum <guido@python.org>2001-10-15 21:24:12 (GMT)
commit2ef1b8fd972c9d9169654dcf887e75f87bb3ef6f (patch)
treecbf05fb31e2429e2451cdfe8b379d66481c18fbc /Modules/xxmodule.c
parent17209fcf1f3d8a06237c8f326ca2608fd2cb9ab4 (diff)
downloadcpython-2ef1b8fd972c9d9169654dcf887e75f87bb3ef6f.zip
cpython-2ef1b8fd972c9d9169654dcf887e75f87bb3ef6f.tar.gz
cpython-2ef1b8fd972c9d9169654dcf887e75f87bb3ef6f.tar.bz2
Remove a couple of tp_xxx fields that you are not expected to
initialize (or use or even know about :-).
Diffstat (limited to 'Modules/xxmodule.c')
-rw-r--r--Modules/xxmodule.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c
index fb0c6fb..29b874b 100644
--- a/Modules/xxmodule.c
+++ b/Modules/xxmodule.c
@@ -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*/
};
/* --------------------------------------------------------------------- */