]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119553: Clear reader on Ctrl-C command (GH-119801)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 4 Jun 2024 17:46:33 +0000 (19:46 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 17:46:33 +0000 (19:46 +0200)
commit010ea93b2b888149561becefeee90826bf8a2934
treec2b2880daf54cefcfc885cb7843df7e2daefd3f3
parentd419d468ff4aaf6bc673354d0ee41b273d09dd3f
gh-119553: Clear reader on Ctrl-C command (GH-119801)
Lib/_pyrepl/commands.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_reader.py