gh-148808: Add boundary check to asyncio.AbstractEventLoop.sock_recvf…#148809
gh-148808: Add boundary check to asyncio.AbstractEventLoop.sock_recvf…#148809gvanrossum merged 4 commits intopython:mainfrom
Conversation
…_recvfrom_into() Co-authored-by: null <32899400+GGAutomaton@users.noreply.github.com> Co-authored-by: Victor Stinner <194129+vstinner@users.noreply.github.com>
Why pinging the old asyncio team for review which is not relevant now? if you want a review on an asyncio PR, you should ping me or Guido directly. |
|
@kumaraditya303 Apologies, I did not know that this team was retired. Maybe it can be deleted if it's not meant to be used any more? |
|
Thanks @sethmlarson for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
Thanks @sethmlarson for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
|
Thanks @sethmlarson for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @sethmlarson for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
GH-148834 is a backport of this pull request to the 3.11 branch. |
|
GH-148835 is a backport of this pull request to the 3.12 branch. |
|
GH-148836 is a backport of this pull request to the 3.13 branch. |
|
GH-148837 is a backport of this pull request to the 3.14 branch. |
Originally authored by @GGAutomaton and @vstinner. cc @python/asyncio for a review.