]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
My change to string_item() left an extra reference to each 1-character
authorTim Peters <tim.peters@gmail.com>
Wed, 9 May 2001 00:24:55 +0000 (00:24 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 9 May 2001 00:24:55 +0000 (00:24 +0000)
commitcf5ad5d6f6e6db029b6e7701b8d964ad21406641
treeb2e796238db94e61f09bf3fb2bc379838db6244e
parent5b4d47756871a11621dc4d96e58a9180479704f3
My change to string_item() left an extra reference to each 1-character
interned string created by "string"[i].  Since they're immortal anyway,
this was hard to notice, but it was still wrong <wink>.
Objects/stringobject.c