Issue #22922: Fix ProactorEventLoop.close()
Close the IocpProactor before closing the event loop. IocpProactor.close() can call loop.call_soon(), which is forbidden when the event loop is closed.
V
Victor Stinner committed
b86a96802bf7e054b7b219ee7e9c8fa2444f94d6
Parent: 82f34ad