]> granicus.if.org Git - python/commit
Skip unused value in tokenizer code
authorChristian Heimes <christian@python.org>
Thu, 8 Sep 2016 22:09:45 +0000 (00:09 +0200)
committerChristian Heimes <christian@python.org>
Thu, 8 Sep 2016 22:09:45 +0000 (00:09 +0200)
commitc6cc23d0b968677030f45234909eeecc21198c77
tree829f0203328d12d9ed6fe8f43ca7d8bb7d5e2ab9
parent275270772e6b733beb5bf0e24f6d33663975cc63
Skip unused value in tokenizer code

In the case of an escape character, c is never read. tok_next() is
used to advance the pointer.

CID 1225097
Parser/tokenizer.c