Daniel W Forsyth <[email protected]> added the comment:
The only way I could figure out to control it was to do this in a thread;
for thread in server._threads: # type: Thread
if not thread.is_alive():
server._threads.remove(thread)
Shouldn't the server process do this when the thread is done?
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue37389>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com