-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: Enable interrupts on macosx event loops #27221
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
Conversation
Follow the same logic with a context manager for the handling of the event interrupts so that we can re-use the logic from the main loop implementation in the start_event_loop function as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me.
The issue was milestoned as 3.8.1, the PR was milestoned as 3.9, I'll go ahead and merge it now, but do we wish to backport, @anntzer @greglucas? |
I think 3.9 is fine, this is not a regression but a new feature? |
I think we should backport. |
@meeseeksmachine backport to v3.8.x |
@meeseeksdev backport to v3.8.x |
…221-on-v3.8.x Backport PR #27221 on branch v3.8.x (FIX: Enable interrupts on macosx event loops)
PR summary
Follow the same logic with a context manager for the handling of the event interrupts so that we can reuse the logic from the main loop implementation in the
start_event_loop
function as well.closes #27120
PR checklist