]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141968: Use `take_bytes` to simplify and remove copy from pyrepl `BaseEventQueue...
authorLukas Geiger <lukas.geiger94@gmail.com>
Sat, 11 Jul 2026 15:59:37 +0000 (16:59 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2026 15:59:37 +0000 (16:59 +0100)
commit65afd6579fb23513432e152ca05a22d0c174f7bb
tree4347a05f70933536b304b0bfaaff13bf1f0621af
parent931cfdf8edcd867e3fe1f20fc001f917e3f8890e
gh-141968: Use `take_bytes` to simplify and remove copy from pyrepl `BaseEventQueue` (#149852)
Lib/_pyrepl/base_eventqueue.py
Lib/test/test_pyrepl/test_eventqueue.py