SIGN IN SIGN UP

GH-79033: Fix asyncio.Server.wait_closed() (#98582)

It was a no-op when used as recommended (after close()).

I had to debug one test (test__sock_sendfile_native_failure) --
the cleanup sequence for the test fixture was botched.

Hopefully that's not a portend of problems in user code --
this has never worked so people may well be doing this wrong. :-(

Co-authored-by: kumar aditya
G
Guido van Rossum committed
5d09d11aa0b89aeba187f4f520728ccaf4fc5ac1
Parent: 8dbe08e
Committed by GitHub <noreply@github.com> on 11/24/2022, 3:32:58 PM