mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-12 13:42:10 +02:00
https://docs.python.org/3.15/library/asyncio-eventloop.html#asyncio.loop.close reads "The loop must not be running when this function is called". It seems safer to call `close()` after the thread has exited.