]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 May 2024 16:07:38 +0000 (18:07 +0200)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 16:07:38 +0000 (16:07 +0000)
commiteafd633fac0c25ffdb98ffee31184eb3b4ca8b88
treeb4d4205db356b5bec2515d8c79f5b535796f8384
parentaefe2e626eeb2f05cda10a17926f8ba9b7a504ca
[3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407)

(cherry picked from commit 506b1a3ff66a41c72d205c8e4cba574e439d8e76)

Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/readline.py
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_pyrepl/test_unix_eventqueue.py