]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146458: Fix REPL height and width tracking on resize (GH-146459) (#148232)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Apr 2026 21:37:46 +0000 (23:37 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2026 21:37:46 +0000 (21:37 +0000)
commit5df7652859c8a303a02101e0496ae56e839b3269
treea0b34b581df578337984ae37e18009b2ba5fc453
parent3da4e0910c23309121e083718a1513847bc36d7a
[3.14] gh-146458: Fix REPL height and width tracking on resize (GH-146459) (#148232)

gh-146458: Fix REPL height and width tracking on resize (GH-146459)
(cherry picked from commit 0b20bff386141ee0e8c62da8366f674bad17e048)

Co-authored-by: Gabriel Volles Marinho <147559808+GabrielvMarinho@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/_pyrepl/reader.py
Lib/_pyrepl/unix_console.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_reader.py
Lib/test/test_pyrepl/test_unix_console.py
Lib/test/test_pyrepl/test_windows_console.py
Misc/NEWS.d/next/Windows/2026-03-27-22-06-10.gh-issue-146458.fYj0UQ.rst [new file with mode: 0644]