]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105017: Include CRLF lines in strings and column numbers (GH-105030) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 28 May 2023 14:16:43 +0000 (07:16 -0700)
committerGitHub <noreply@github.com>
Sun, 28 May 2023 14:16:43 +0000 (15:16 +0100)
commit3f8d5d9ed60ae0f70c92dc29587cc6367eda80c3
tree4ec62b8e48ea5c86d332d022982d69a054bf584f
parent41b622b1e8736bd86c8dc2e1471121d5f6a88937
[3.12] gh-105017: Include CRLF lines in strings and column numbers (GH-105030) (#105041)

gh-105017: Include CRLF lines in strings and column numbers (GH-105030)
(cherry picked from commit 96fff35325e519cc76ffacf22e57e4c393d4446f)

Co-authored-by: Marta Gómez Macías <mgmacias@google.com>
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