]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98078: fix asyncio SSL transports not sending the fatal TLS alerts (#153620)
authorKumar Aditya <kumaraditya@python.org>
Tue, 14 Jul 2026 08:15:54 +0000 (13:45 +0530)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 08:15:54 +0000 (13:45 +0530)
commit357c6500589ca7e065a6c263accfa1307d93c990
tree02c115ecf2275a009e88d5d19a42abe38e20c7bf
parent7fb315b0cd53277c6191b4bfd8019f999d49f1f0
gh-98078: fix asyncio SSL transports not sending the fatal TLS alerts (#153620)
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_sslproto.py
Misc/NEWS.d/next/Library/2026-07-12-10-00-00.gh-issue-98078.fA3lRt.rst [new file with mode: 0644]