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

replace some asyncio.get_event_loop().run_until_complete() with asyncio.run() #11131

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

altendky
Copy link
Contributor

@altendky altendky commented Apr 11, 2022

Extracted from #9930.

@altendky altendky mentioned this pull request Apr 11, 2022
7 tasks
@altendky altendky requested a review from aqk April 11, 2022 17:35
Copy link
Contributor

@xdustinface xdustinface left a comment

Choose a reason for hiding this comment

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

Any reason to not adjust the ones in block_tools.py?

@altendky
Copy link
Contributor Author

There was some funny business there where the fact we were doing silly stuff actually caused problems when doing it a bit less silly. I'm punting on that for the sake of getting 3.10 done. There's a warning ignore added related to those so they are 'on a list' as needing to be addressed. Sort of.

@altendky altendky requested a review from xdustinface April 12, 2022 14:47
Copy link
Contributor

@xdustinface xdustinface left a comment

Choose a reason for hiding this comment

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

There was some funny business there where the fact we were doing silly stuff actually caused problems when doing it a bit less silly.

Hm, ok but i don't really understand whats different in there and what kind of "funny business" would lead to an issue since it works just fine (at least locally).

@altendky altendky added the ready_to_merge Submitter and reviewers think this is ready label Apr 12, 2022
Copy link
Contributor

@wjblanke wjblanke left a comment

Choose a reason for hiding this comment

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

aok

@wjblanke wjblanke merged commit 0aaa343 into main Apr 20, 2022
@wjblanke wjblanke deleted the less_get_event_loop branch April 20, 2022 18:03
@emlowe emlowe added 1.3.5-cherrypick and removed ready_to_merge Submitter and reviewers think this is ready labels Apr 25, 2022
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.

4 participants