]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146458: Fix REPL height and width tracking on resize (#146459)
authorGabriel Volles Marinho <147559808+GabrielvMarinho@users.noreply.github.com>
Tue, 7 Apr 2026 21:09:11 +0000 (18:09 -0300)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2026 21:09:11 +0000 (23:09 +0200)
commit0b20bff386141ee0e8c62da8366f674bad17e048
treeebf37f05e4437620d2c0914802c61d1ee4e61c4b
parent957b2cca8e7dc86db873de6291767c41e57c1504
gh-146458: Fix REPL height and width tracking on resize (#146459)

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]