]> granicus.if.org Git - python/commit
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
authorAnthony Sottile <asottile@umich.edu>
Sun, 13 Jan 2019 04:05:13 +0000 (20:05 -0800)
committerINADA Naoki <methane@users.noreply.github.com>
Sun, 13 Jan 2019 04:05:13 +0000 (13:05 +0900)
commit995d9b92979768125ced4da3a56f755bcdf80f6e
tree2184ab1771b87883a92391f41229a12ce4cbd9d3
parent1cffd0eed313011c0c2bb071c8affeb4a7ed05c7
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
13 files changed:
Lib/test/test_ast.py
Lib/test/test_fstring.py
Lib/test/test_opcodes.py
Lib/test/test_string_literals.py
Misc/ACKS
Misc/NEWS.d/next/Core and Builtins/2018-10-20-18-05-58.bpo-16806.zr3A9N.rst [new file with mode: 0644]
Parser/parsetok.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/ast.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h