]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes (#100053)
authorDarioDaF <dario.fagotto@gmail.com>
Sat, 10 Dec 2022 23:07:02 +0000 (00:07 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Dec 2022 23:07:02 +0000 (15:07 -0800)
commit1bb68ba6d9de6bb7f00aee11d135123163f15887
tree1be51c00ff9587e32cd497b2948506b65f7cbf4b
parentd5f8a2b6ad408368e728a389da918cead3ef7ee9
gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes (#100053)
Lib/asyncio/proactor_events.py
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_proactor_events.py
Misc/NEWS.d/next/Windows/2022-12-06-11-16-46.gh-issue-99941.GmUQ6o.rst [new file with mode: 0644]