]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142352: Fix asyncio start_tls() to transfer buffered data from StreamReader...
authorKumar Aditya <kumaraditya@python.org>
Sat, 28 Feb 2026 18:53:27 +0000 (00:23 +0530)
committerGitHub <noreply@github.com>
Sat, 28 Feb 2026 18:53:27 +0000 (00:23 +0530)
commitaa0aa314addfec922fb243605c0a636700dc4966
treece47ad2217c0884a12217be48d62d90bb9c1d097
parent7f9c3695dfb3e2405ef44869ba06412f4ae5c00a
[3.13] gh-142352: Fix asyncio start_tls() to transfer buffered data from StreamReader (GH-142354) (#145364)

[3.13] gh-142352: Fix `asyncio` `start_tls()` to transfer buffered data from StreamReader (GH-142354)
(cherry picked from commit 0598f4a8999b96409e0a2bf9c480afc76a876860)

Co-authored-by: Maksym Kasimov <39828623+kasimov-maxim@users.noreply.github.com>
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]