]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines with...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 25 Jan 2022 22:33:57 +0000 (22:33 +0000)
committerGitHub <noreply@github.com>
Tue, 25 Jan 2022 22:33:57 +0000 (22:33 +0000)
commit3fc8b74ace033a17346a992f661928ba619e61e8
tree9e12b09912f60fbfb57952ab44d11c2ae7320afd
parent4a57fa296b92125e41220ecd201eb2e432b79fb0
[3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130). (GH-30898)

(cherry picked from commit a0efc0c1960e2c49e0092694d98395555270914c)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_ast.py
Lib/test/test_syntax.py
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2021-12-16-00-24-00.bpo-46091.rJ_e_e.rst [new file with mode: 0644]
Parser/tokenizer.c