What happens in a Python service in case of exception thrown?
Siyuan Ren <[email protected]> Thu, 3 Mar 2022 13:21:29 +0800
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Message-ID | <CAPhtH6b42U1Xc88JjF+R1DW_YO+MM0F=JaUFTp9p0v89DXmS4w@mail.gmail.com> |
I'm trying to subclass win32serviceutil.ServiceFramework in order to create a Windows service in Python. I vaguely understand how each stage of service works, but I wonder, what happens if any of the python code throws an exception? Will the service stop, or put in an abnormal state without recourse? _______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32