• Jeremy Hylton's avatar
    Little stuff. · 7802a53e
    Jeremy Hylton yazdı
    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.
    7802a53e
stringobject.c 86 KB