Skip to content
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

test_multipart.py now uses async/await syntax #2373

Merged
merged 34 commits into from Oct 23, 2017
Merged

test_multipart.py now uses async/await syntax #2373

merged 34 commits into from Oct 23, 2017

Conversation

eteamin
Copy link
Contributor

@eteamin eteamin commented Oct 22, 2017

issue #2343

eteamin and others added 30 commits October 19, 2017 00:39
Copy link
Member

@kxepal kxepal left a comment

Choose a reason for hiding this comment

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

LGFM, but you should rebase your branch against master. There are too many commits in this PR.

@eteamin
Copy link
Contributor Author

eteamin commented Oct 22, 2017

I did!

@asvetlov
Copy link
Member

There are many other yield from expressions left in test_multipart.py.
The file is slightly not accurate, not all coroutines are marked by @asyncio.coroutine decorator -- but all functions containing yield from should be converted into async def with replacement yield from to await.

@asvetlov
Copy link
Member

Yep, too many commits but I could live with it for now.
For next PR sync your clone with upstream.
Or just make a new clone.

@asvetlov asvetlov merged commit bce1805 into aio-libs:master Oct 23, 2017
@lock
Copy link

lock bot commented Oct 28, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new

@lock lock bot added the outdated label Oct 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants