Skip to content

Python: Relax restriction of flow through async with #13676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 7, 2023

Conversation

RasmusWL
Copy link
Member

@RasmusWL RasmusWL commented Jul 6, 2023

/cc @pwntester who pointed out this problem

RasmusWL added 3 commits July 6, 2023 11:29
And I added `await` before all the `resp` assignments
It doesn't work if just using plain `with`
@RasmusWL RasmusWL requested a review from a team as a code owner July 6, 2023 09:52
@github-actions github-actions bot added the Python label Jul 6, 2023
tausbn
tausbn previously approved these changes Jul 6, 2023
Copy link
Contributor

@tausbn tausbn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two minor typo fixes, otherwise this looks good to me. 👍

RasmusWL and others added 2 commits July 6, 2023 15:04
Co-authored-by: Taus <tausbn@github.com>
@RasmusWL
Copy link
Member Author

RasmusWL commented Jul 7, 2023

Performance results didn't show anything interesting.

@RasmusWL RasmusWL merged commit a850a48 into github:main Jul 7, 2023
@RasmusWL RasmusWL deleted the aiohttp-ssrf-sink branch July 7, 2023 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants