]> granicus.if.org Git - python/commit
Little stuff.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 6 Dec 2001 15:18:48 +0000 (15:18 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 6 Dec 2001 15:18:48 +0000 (15:18 +0000)
commit7802a53e38399e8df647f0633f18658b7bb1be4a
tree5fd7636a82cd20d811b77819fce9acb9e85281b9
parent2554dd993a86c7914bd7159c96b6517590a58561
Little stuff.

Add a missing DECREF in an obscure corner.  If the str() or repr() of
an object passed to a string interpolation -- e.g. "%s" % obj --
returns a non-string, the returned object was leaked.

Repair an indentation glitch.

Replace a bunch of PyString_AsString() calls (and their ilk) with
macros.
Objects/stringobject.c