]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119553: Fix console when pressing Ctrl-C within a multiline block (GH-12007...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jun 2024 21:44:33 +0000 (23:44 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 21:44:33 +0000 (21:44 +0000)
commit4ac0ccf9d33349eb4024c4b1f4661ca4b7fd372c
tree4c94152a04f540a7234b7b48d9d5f94952f580f9
parenta9e807fe44f581ae39f2fcc7a62c547f2f2eb6f2
[3.13] gh-119553: Fix console when pressing Ctrl-C within a multiline block (GH-120075) (#120076)

(cherry picked from commit 69b3e8ea569faabccd74036e3d0e5ec7c0c62a20)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Lib/_pyrepl/commands.py
Lib/_pyrepl/simple_interact.py