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

Backport fix of noop in least invasive way #4213

Merged
merged 1 commit into from
Oct 18, 2019
Merged

Backport fix of noop in least invasive way #4213

merged 1 commit into from
Oct 18, 2019

Conversation

hynek
Copy link
Contributor

@hynek hynek commented Oct 17, 2019

The coroutine-style definition of noop causes a warning on Python 3.8.

On master, it has been fixed and noop2 removed. This is the least invasive way to get rid of the warning in aiohttp 3.6.x that shouldn't break anything.

I don't think this needs a changelog entry?

The coroutine-style definition of noop causes a warning on Python 3.8.

On master, it has been fixed and noop2 removed. This is the least invasive
way to get rid of the warning in 3.6.
@hynek hynek requested a review from asvetlov as a code owner October 17, 2019 14:46
Copy link
Member

@asvetlov asvetlov left a comment

Choose a reason for hiding this comment

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

LGTM. I can live without a change-log.

@asvetlov asvetlov merged commit 60f01cc into aio-libs:3.6 Oct 18, 2019
@asvetlov
Copy link
Member

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants