[New-bugs-announce] [issue25489] sys.exit() caught in exception handler

Brian Sutherland report at bugs.python.org
Tue Oct 27 07:25:56 EDT 2015


New submission from Brian Sutherland:

Running the attached file with python3 shows that SystemExit is caught rather than causing the process to stop. That's quite surprising.

----------
components: asyncio
files: test_sys_exit_in_exception_handler.py
messages: 253529
nosy: gvanrossum, haypo, jinty, yselivanov
priority: normal
severity: normal
status: open
title: sys.exit() caught in exception handler
versions: Python 3.5
Added file: http://bugs.python.org/file40867/test_sys_exit_in_exception_handler.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25489>
_______________________________________


More information about the New-bugs-announce mailing list