]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-106684: raise `ResourceWarning` when `asyncio.StreamWriter` is not closed (#107650)
authorKumar Aditya <kumaraditya@python.org>
Sat, 5 Aug 2023 12:18:15 +0000 (17:48 +0530)
committerGitHub <noreply@github.com>
Sat, 5 Aug 2023 12:18:15 +0000 (17:48 +0530)
commit41178e41995992bbe417f94bce158de93f9e3188
tree9922689458e6446a82e0f2ad067a543ccf7e3ff3
parent5e2746d6e2fb0da29225ead7135f078c5f087b57
GH-106684: raise `ResourceWarning` when `asyncio.StreamWriter` is not closed (#107650)
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2023-08-05-05-10-41.gh-issue-106684.P9zRXb.rst [new file with mode: 0644]