| commit | 35685240a91dbb3e4fb0e0b343019ba586e531c2 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Mon Feb 16 15:42:50 1998 +0000 |
| committer | Guido van Rossum <guido@python.org> | Mon Feb 16 15:42:50 1998 +0000 |
| tree | 087867e24f31aa95d25e91deed4486c5f0dd38f7 | |
| parent | 9d20ac36a9eaee175955b00a2d582480e4b9c66f [diff] |
Fixed the bug in searching for triple quotes -- change the 'quote2' variable from a pointer to an index, so a realloc() of the buffer won't disturb it. Problem found by Vladimir Marangozov.