]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Jan 2020 16:26:13 +0000 (08:26 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 16:26:13 +0000 (08:26 -0800)
commitb2e281aaa2e4a1f24671d293dfd06b23bb052e47
tree56fd917e600be7120d75d20de5a3363628836e99
parent33cb4a62bf6848093b7a05c9794582d204798b1b
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)

(cherry picked from commit 5ec91f78d59d9c39b984f284e00cd04b96ddb5db)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_repl.py
Misc/NEWS.d/next/Core and Builtins/2020-01-06-10-29-16.bpo-39209.QHAONe.rst [new file with mode: 0644]
Parser/tokenizer.c