Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcp: Adjust to Python 3.12 for clean shutdown
Python 3.12 has changed its behavior[1] such that wait_closed() doesn't return before all open connections are closed -- and we used to block on that before we even attempted to shut down the individual connections. [1]: python/cpython#104344
- Loading branch information