]> granicus.if.org Git - python/commit
Some modernization. Get rid of the redundant next() method. Always
authorGuido van Rossum <guido@python.org>
Wed, 17 Jul 2002 16:15:35 +0000 (16:15 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Jul 2002 16:15:35 +0000 (16:15 +0000)
commit9cb64b954ae1bc3f0caeba98227de64cb6873026
treea89324355c9b9c3baa74539ddb648a07c5b912db
parent7fadcabdeed67ed633e50f282052d970030dce11
Some modernization.  Get rid of the redundant next() method.  Always
assume tp_iter and later fields exist.  Use PyObject_GenericGetAttr
instead of providing our own tp_getattr hook.
Modules/_hotshot.c