• Jeremy Hylton's avatar
    Little stuff. · 50c08614
    Jeremy Hylton authored
    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.
    50c08614
stringobject.c 86 KB