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

Drop Windows event loop hack in Python 3.8+ #573

Merged
merged 1 commit into from
Aug 17, 2023

Commits on Aug 10, 2023

  1. Drop Windows event loop hack in Python 3.8+

    In Python versions prior to 3.8, it appears that attempting to close the
    event loop after a Ctrl-C would reliably hang the process, which would
    need to be killed.
    
    I've been unable to reproduce the behavior in any newer Python versions,
    so I think it's time to set the timeline for removing the hack entirely.
    
    This should take care of the common ResourceWarning messages when using
    newer Python versions.
    cottsay committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2008cea View commit details
    Browse the repository at this point in the history