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

[0.29.x] Avoid using asyncio.get_event_loop #5188

Merged
merged 2 commits into from
Jan 4, 2023

Conversation

da-woods
Copy link
Contributor

The behaviour of creating a new event loop if one doesn't already exist was removed in Python 3.12 alpha and was allegedly deprecated before then.

Fixes #5183

Wants to be in 0.29.x and master

The behaviour of creating a new event loop if one doesn't
already exist was removed in Python 3.12 alpha and was allegedly
deprecated before then.

Fixes cython#5183
@scoder scoder added this to the 0.29.33 milestone Jan 4, 2023
@scoder scoder merged commit 60fe731 into cython:0.29.x Jan 4, 2023
@da-woods da-woods deleted the avoid-asyncio-get-event-loop branch January 4, 2023 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants