]> granicus.if.org Git - python/commit
Kill all uses and definitions of tp_print under Objects/. (Others will follow.)
authorGuido van Rossum <guido@python.org>
Tue, 7 Aug 2007 19:51:00 +0000 (19:51 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Aug 2007 19:51:00 +0000 (19:51 +0000)
commit04dbf3b5ec618956c9df58ce1d6e3dc089f5f095
tree034a834eb78fe400f52aeaa3eb2cd663e7a78ccd
parentd474ce8c7a46edb5ab12c616cd307ab34699a816
Kill all uses and definitions of tp_print under Objects/.  (Others will follow.)
Finally kill intobject.c, which was #ifdef'ed out a long time ago.
Objects/boolobject.c
Objects/complexobject.c
Objects/dictobject.c
Objects/floatobject.c
Objects/intobject.c [deleted file]
Objects/listobject.c
Objects/object.c
Objects/setobject.c
Objects/stringobject.c
Objects/tupleobject.c
Objects/typeobject.c