Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Fix compatibility with Python 3.13 #176

Merged
merged 2 commits into from
Aug 17, 2024
Merged

Commits on Aug 16, 2024

  1. Fix compatibility with Python 3.13

    _UnixSelectorEventLoop in Python 3.13 expect _unix_server_sockets dict,
    add one. It's later used (among others) in _stop_serving(), but not in
    close() directly, so just adding attribute is enough.
    
    The related CPython change: 74b868f636a "gh-111246: Remove listening Unix socket on close (#111483)"
    
    Add a test for unix sockets too.
    marmarek committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f7a99f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    de49d84 View commit details
    Browse the repository at this point in the history