]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
small updates to string_join:
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 11 Jul 2000 20:55:38 +0000 (20:55 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 11 Jul 2000 20:55:38 +0000 (20:55 +0000)
commit88887aa38eee7d6c12c5f5a108b6a0a4302d7ae5
tree87bd975cf41ab8b763637798af42f76abca03fd8
parent672fac0d65327f6f39013d34dc196ac010e86acd
small updates to string_join:
    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
Lib/test/string_tests.py
Objects/stringobject.c