]> granicus.if.org Git - python/commit
Don't use sscanf(s, "%x", &c) to parse \xX... escapes; hardcode it.
authorGuido van Rossum <guido@python.org>
Mon, 20 Oct 1997 23:24:07 +0000 (23:24 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Oct 1997 23:24:07 +0000 (23:24 +0000)
commited1100f3b63c79cc3da075b5c23f3d4fe25270c5
tree5f97524297902d4a27767e06e794a2a1a24874d8
parentf6a84db034cdc5a403715391fc04294c5819417a
Don't use sscanf(s, "%x", &c) to parse \xX... escapes; hardcode it.
Python/compile.c