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

Fix 'AttributeError: '_UnixSelectorEventLoop' object has no attribute… #333

Merged
merged 1 commit into from
Oct 13, 2023

Commits on Oct 13, 2023

  1. Fix 'AttributeError: '_UnixSelectorEventLoop' object has no attribute…

    … 'call_soon'
    
    See haata#1 for a discussion. The cause of this bug is still unknown to
    me. But it likely has been fixed in Python 3.10. For some crazy reason, you can
    just keep retrying the offending call, and the attribute will magically
    'reappear'.
    LasseBlaauwbroek committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d85303c View commit details
    Browse the repository at this point in the history