commit | 0cc6b5e559b8303b18fdd56c2befd900fe7b5e35 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 12 12:17:00 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed Feb 12 12:17:00 2020 +0200 |
tree | ff67b4924030ac8600837f8aea60bb5eb48473ad | |
parent | f4f445b69306c68a2ba8ce8eb8c6cb3064db5fe7 [diff] |
bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828) * Always set the text attribute. * Correct the offset attribute for non-ascii sources.