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.

Author veky
Recipients DiddiLeija, FFY00, asmeurer, eric.araujo, eryksun, gregory.p.smith, jack__d, p-ganssle, pablogsal, steven.daprano, terry.reedy, theacodes, tlalexander, veky
Date 2021-09-27.11:58:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632743902.5.0.711165434876.issue44603@roundup.psfhosted.org>
In-reply-to
Content
Just wanted to say that 
"raise SystemExit" is shorter than 
"import sys; sys.exit()", has no special characters (just letters and space) and is really much quicker to write. Yes, it doesn't work if someone rebound SystemExit, but if that's your problem, you have weird coworkers. ;-)
History
Date User Action Args
2021-09-27 11:58:22vekysetrecipients: + veky, terry.reedy, gregory.p.smith, eric.araujo, steven.daprano, eryksun, p-ganssle, pablogsal, asmeurer, FFY00, theacodes, jack__d, tlalexander, DiddiLeija
2021-09-27 11:58:22vekysetmessageid: <1632743902.5.0.711165434876.issue44603@roundup.psfhosted.org>
2021-09-27 11:58:22vekylinkissue44603 messages
2021-09-27 11:58:22vekycreate