• Jeremy Hylton's avatar
    small updates to string_join: · 88887aa3
    Jeremy Hylton authored
        use PyString_AS_STRING macro on local string object
        when resizing string, make sure resized string will always be big enough
        split string containing error message across two lines
    add test to string_tests that causes resizing
    88887aa3
stringobject.c 67.7 KB