]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105017: Include CRLF lines in strings and column numbers (#105030)
authorMarta Gómez Macías <mgmacias@google.com>
Sun, 28 May 2023 14:15:53 +0000 (15:15 +0100)
committerGitHub <noreply@github.com>
Sun, 28 May 2023 14:15:53 +0000 (15:15 +0100)
commit96fff35325e519cc76ffacf22e57e4c393d4446f
tree56d287fb561e70c42a79c9be294d744d478efe57
parent3821b92c1faf7e7058feeb0048511c946a841105
gh-105017: Include CRLF lines in strings and column numbers (#105030)

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-05-27-21-50-48.gh-issue-105017.4sDyDV.rst [new file with mode: 0644]
Parser/pegen.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/Python-tokenize.c