Skip to content

bpo-38415: Remove redundant AsyncContextDecorator.__call__ override from _AsyncG… #30233

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
Feb 26, 2022

Conversation

graingert
Copy link
Contributor

@graingert graingert commented Dec 23, 2021

…eneratorContextManager

#16667 was opened however was allowed to go stale while #20516 was created and then merged first.

This PR currently shows that the tests added in #16667 pass without the associated code change - but it might be cleaner to just do a plain revert and rely on the tests added in #20516

https://bugs.python.org/issue38415

@graingert graingert changed the title remove redundant AsyncContextDecorator.__call__ override from _AsyncG… bpo-38415 remove redundant AsyncContextDecorator.__call__ override from _AsyncG… Dec 23, 2021
@graingert graingert marked this pull request as ready for review December 23, 2021 00:58
@graingert graingert requested a review from 1st1 as a code owner December 23, 2021 00:58
@serhiy-storchaka serhiy-storchaka changed the title bpo-38415 remove redundant AsyncContextDecorator.__call__ override from _AsyncG… bpo-38415: Remove redundant AsyncContextDecorator.__call__ override from _AsyncG… Dec 26, 2021
Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

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

LGTM.

Since the change does not affect the user-visible behavior, a NEWS entry is not needed.
@serhiy-storchaka serhiy-storchaka merged commit b57dbe5 into python:main Feb 26, 2022
@graingert graingert deleted the patch-3 branch February 26, 2022 12:05
asvetlov pushed a commit that referenced this pull request Feb 26, 2022
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.

5 participants