]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119553: Clear reader on Ctrl-C command (GH-119801) (#120062)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jun 2024 18:45:22 +0000 (20:45 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 18:45:22 +0000 (18:45 +0000)
commit93b95e91faa17520f2042b4f4ae88379df914666
tree7bff77928754014c6e809cad7ca017c44cb58652
parentfd5428d2d19f79e439d04aec7a33a00eb17bef7c
[3.13] gh-119553: Clear reader on Ctrl-C command (GH-119801) (#120062)

(cherry picked from commit 010ea93b2b888149561becefeee90826bf8a2934)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/commands.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_reader.py