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
Pasting multiline content with long lines (more columns than the current terminal width) causes an unusual behavior on the REPL display, this happens on cmd and powershell.
The interpreter actually handles the content correctly, but the editing of this is weird and leads to confusion.
Video Example
issue_video.mp4
More info
I believe this issue is windows-only, as far as I have tested, this works perfectly on Ubuntu 22.
Python 3.13 didn't have this issue, while 3.14 introduced this and 3.15 still has it.