[issue42466] asyncio loop.getaddrinfo raises RuntimeError

Andrew Svetlov report at bugs.python.org
Thu Nov 26 07:13:04 EST 2020


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

Because you have `test.start()` and immediately finish the script.

The interpreted goes to *shutdown* state and implicitly waits for `test.join()` because the test thread is not a daemon.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42466>
_______________________________________


More information about the Python-bugs-list mailing list