]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix two refcount bugs in new string_join implementation:
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 11 Jul 2000 03:28:17 +0000 (03:28 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 11 Jul 2000 03:28:17 +0000 (03:28 +0000)
commit4904829dbf7d8867a5d8c89eeec2969a45448fd8
tree4970c6e25112ae9e302e0a0e01970e3bffceb079
parentdc0c031ad8018bce613b21405fcb58b0bdda60dc
fix two refcount bugs in new string_join implementation:
1. PySequence_Fast_GET_ITEM is a macro and borrows a reference
2. The seq returned from PySequence_Fast must be decref'd
Objects/stringobject.c