• Guido van Rossum's avatar
    Marc-Andre Lemburg: · 700c6ff1
    Guido van Rossum authored
    Fixed a memory leak found by Fredrik Lundh.  Instead of
    PyUnicode_AsUTF8String() we now use _PyUnicode_AsUTF8String() which
    returns the string object without incremented refcount (and assures
    that the so obtained object remains alive until the Unicode object is
    garbage collected).
    700c6ff1
getargs.c 27.7 KB