[issue43008] IDLE ignores sys.excepthook
New submission from Ken Hilton : Similar to https://bugs.python.org/issue12643 - IDLE ignores sys.excepthook and always prints exceptions. -- assignee: terry.reedy components: IDLE files: bpo-43008.patch keywords: patch messages: 385529 nosy: kenny2minecraft, terry.reedy priority: normal pull_requests: 23123 severity: normal status: open title: IDLE ignores sys.excepthook type: behavior versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 Added file: https://bugs.python.org/file49757/bpo-43008.patch ___ Python tracker <https://bugs.python.org/issue43008> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue43008] IDLE ignores sys.excepthook in normal, subprocess mode
Ken Hilton added the comment: Made requested changes, besides the tests. I didn't manage to figure out how to go about testing an excepthook in the first place, let alone a good or bad one. Hope that's not an issue. -- Added file: https://bugs.python.org/file49758/bpo-43008.patch.2 ___ Python tracker <https://bugs.python.org/issue43008> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue43008] IDLE ignores sys.excepthook in normal, subprocess mode
Ken Hilton added the comment: CLA registers as signed now. -- ___ Python tracker <https://bugs.python.org/issue43008> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue43008] IDLE ignores sys.excepthook in normal, subprocess mode
Ken Hilton added the comment: Oops, gotcha. Thanks for doing the tests. I'm a Python contributor! :D -- ___ Python tracker <https://bugs.python.org/issue43008> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com