You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter the sqlite3 CLI on the main branch, type SELECT * FROM sqlite_master; , press enter. Then press <Up>, the history command SELECT * FROM sqlite_master; is displayed. And then press <Down>, the current line will be partially cleared, the SELECT * FR is left on the screen.
Bug report
Bug description:
Enter the sqlite3 CLI on the main branch, type
SELECT * FROM sqlite_master;, press enter. Then press<Up>, the history commandSELECT * FROM sqlite_master;is displayed. And then press<Down>, the current line will be partially cleared, theSELECT * FRis left on the screen.simplescreenrecorder-2025-06-24_17.33.25.mp4
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs