]> granicus.if.org Git - python/commit
Fixed the bug in searching for triple quotes -- change the 'quote2'
authorGuido van Rossum <guido@python.org>
Mon, 16 Feb 1998 15:42:50 +0000 (15:42 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 16 Feb 1998 15:42:50 +0000 (15:42 +0000)
commit35685240a91dbb3e4fb0e0b343019ba586e531c2
tree087867e24f31aa95d25e91deed4486c5f0dd38f7
parent9d20ac36a9eaee175955b00a2d582480e4b9c66f
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.
Parser/tokenizer.c