]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128067: Fix pyrepl overriding printed output without newlines (#138732)
authorJan-Eric Nitschke <47750513+JanEricNitschke@users.noreply.github.com>
Fri, 2 Jan 2026 13:04:37 +0000 (14:04 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Jan 2026 13:04:37 +0000 (14:04 +0100)
commit8a2deea1fc725f8147254f87c6042fcf75a1d03b
tree610d9ec9f428c72c057d724cc61e4fae3ff62534
parent09ce59249960a2c382acaafc3d36128db6789fc7
gh-128067: Fix pyrepl overriding printed output without newlines (#138732)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/unix_console.py
Lib/_pyrepl/windows_console.py
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_pyrepl/test_unix_console.py
Lib/test/test_pyrepl/test_windows_console.py
Misc/ACKS
Misc/NEWS.d/next/Windows/2025-09-14-13-35-44.gh-issue-128067.BGdP_A.rst [new file with mode: 0644]