Files
bitcoin/test/functional/test_framework
Vasil Dimov e4d80e7001 test: close the loop after the network thread has completed
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.
2026-08-18 06:17:24 +02:00
..
2026-07-17 20:09:58 -07:00