| commit | cf5ad5d6f6e6db029b6e7701b8d964ad21406641 | [log] [tgz] |
|---|---|---|
| author | Tim Peters <tim.peters@gmail.com> | Wed May 09 00:24:55 2001 +0000 |
| committer | Tim Peters <tim.peters@gmail.com> | Wed May 09 00:24:55 2001 +0000 |
| tree | b2e796238db94e61f09bf3fb2bc379838db6244e | |
| parent | 5b4d47756871a11621dc4d96e58a9180479704f3 [diff] |
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>.