This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Exception ignored in: module 'threading' in _shutdown, _signal_handler
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.7
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: wesinator
Priority: normal Keywords:

Created on 2019-11-18 18:22 by wesinator, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg356893 - (view) Author: wesinator (wesinator) * Date: 2019-11-18 18:22
macOS 10.14.6
python 3.7.5 

Exception ignored in: <module 'threading' from '/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py'>
Traceback (most recent call last):
  File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 1274, in _shutdown
    def _shutdown():
  File "/usr/local/lib/python3.7/site-packages/tcex/tcex.py", line 178, in _signal_handler
    self.exit(1, 'The App received an interrupt signal and will now exit.')
  File "/usr/local/lib/python3.7/site-packages/tcex/tcex.py", line 303, in exit
    sys.exit(code)
SystemExit: 1
msg356895 - (view) Author: wesinator (wesinator) * Date: 2019-11-18 18:35
didn't see this was a third party package.

disregard.

sorry
History
Date User Action Args
2022-04-11 14:59:23adminsetgithub: 83019
2019-11-18 18:35:13wesinatorsetstatus: open -> closed
resolution: third party
messages: + msg356895

stage: resolved
2019-11-18 18:22:08wesinatorcreate