Skip to content

Add wrapper function for get_event_loop #1505

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 2 commits into from
Oct 7, 2021
Merged

Add wrapper function for get_event_loop #1505

merged 2 commits into from
Oct 7, 2021

Conversation

mattmc3
Copy link
Contributor

@mattmc3 mattmc3 commented Oct 6, 2021

  • Project still supports Py3.6
  • asyncio.get_event_loop is deprecated in Py3.10
  • Add wrapper function in eventloop utils to account for this

All the tox tests pass, however as this is my first contribution to this project I would appreciate a double check that this is not a breaking change.

- Project still supports Py3.6
- asyncio.get_event_loop is deprecated in Py3.10
- Add wrapper function in eventloop utils to account for this
@mattmc3
Copy link
Contributor Author

mattmc3 commented Oct 6, 2021

Also, forgot to mention - this PR fixes: #1440

@mattmc3
Copy link
Contributor Author

mattmc3 commented Oct 6, 2021

Some references for this issue:

@jonathanslenders
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.

2 participants