Closed xp4xbox closed 6 years ago
Instead of doing os._exit() a more gracious approach would be setting all threads to be daemon.
Turns out it would not work with pythoncom.
Instead of doing os._exit() a more gracious approach would be setting all threads to be daemon.