]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142352: Fix `asyncio` `start_tls()` to transfer buffered data from StreamReader...
authorMaksym Kasimov <39828623+kasimov-maxim@users.noreply.github.com>
Sat, 28 Feb 2026 17:49:04 +0000 (19:49 +0200)
committerGitHub <noreply@github.com>
Sat, 28 Feb 2026 17:49:04 +0000 (23:19 +0530)
commit0598f4a8999b96409e0a2bf9c480afc76a876860
tree6361edbb33b21363102f7e4320bd8a6e1dfe176a
parent61ebb9911bda6434eb4722310efcab5b5879f0f0
gh-142352: Fix `asyncio` `start_tls()` to transfer buffered data from StreamReader (#142354)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2025-12-06-16-14-18.gh-issue-142352.pW5HLX88.rst [new file with mode: 0644]