Issue #22922: Fix ProactorEventLoop.close()
Call _stop_accept_futures() before sestting the _closed attribute, otherwise call_soon() raises an error.
Showing
Please register or sign in to comment
Call _stop_accept_futures() before sestting the _closed attribute, otherwise call_soon() raises an error.