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

remove implicit calls to asyncio.set_event_loop so asyncio.get_event_loop() works later #1956

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

graingert
Copy link

fixes #1955

@graingert graingert changed the title remove calls to asyncio.set_event_loop remove implicit calls to asyncio.set_event_loop so asyncio.get_event_loop() works later Jan 9, 2025
@graingert graingert force-pushed the remove-calls-to-set-event-loop branch from a2ab55a to 17a7d84 Compare January 9, 2025 09:40
@graingert graingert marked this pull request as ready for review January 9, 2025 09:46
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.

calling asyncio.run breaks subsequent calls to asyncio.get_event_loop() on Python 3.7 to Python 3.9
1 participant