]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142352: Fix `asyncio` `start_tls()` to transfer buffered data from StreamRe...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 28 Feb 2026 18:43:43 +0000 (19:43 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Feb 2026 18:43:43 +0000 (18:43 +0000)
commitfc2a6cf0d3129d71dfaed3a9cb62c41af1cb6f5f
tree1e70938b313c7e50cd90f0f35ef772b175dc57b4
parentd76c56e958c9a603ded42d27b39ab51c1e3794e4
[3.14] gh-142352: Fix `asyncio` `start_tls()` to transfer buffered data from StreamReader (GH-142354) (#145363)

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

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
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]