]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126332: Fix pyrepl crash for double ctrl-z in line overflow (GH-126650...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jan 2025 21:04:41 +0000 (22:04 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 21:04:41 +0000 (21:04 +0000)
commit0c7045378f593e588576bcc7fb1eabfe15398aeb
treecd1c2f4641fd325f512c1c8e987ff8e24c458369
parentffcef2d6f918ebe846d3d15732835fb77e73829a
[3.13] gh-126332: Fix pyrepl crash for double ctrl-z in line overflow (GH-126650) (#129154)

gh-126332: Fix pyrepl crash for double ctrl-z in line overflow (GH-126650)

(cherry picked from commit d147e5e52cdb90496ae5fe85b3263cdfa9407a28)

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/_pyrepl/utils.py
Lib/test/test_pyrepl/test_windows_console.py
Misc/NEWS.d/next/Library/2024-11-10-19-45-01.gh-issue-126332.WCCKoH.rst [new file with mode: 0644]