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 David.Manowitz
Recipients David.Manowitz, docs@python, ggenellina, jgehrcke, stutzbach, terry.reedy
Date 2012-03-23.19:16:33
SpamBayes Score 0.0023789203
Marked as misclassified No
Message-id <1332530194.28.0.545044730007.issue6634@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see why this should be considered acceptable behavior.  Why don't threads have their own ThreadExit exception, rather than overloading the use, and therefore, the meaning, of the SystemExit exception?  As indicated by their names, sys.exit and the SystemExit exception should *only* be used to exit the entire system, not just a thread!
History
Date User Action Args
2012-03-23 19:16:34David.Manowitzsetrecipients: + David.Manowitz, terry.reedy, ggenellina, stutzbach, jgehrcke, docs@python
2012-03-23 19:16:34David.Manowitzsetmessageid: <1332530194.28.0.545044730007.issue6634@psf.upfronthosting.co.za>
2012-03-23 19:16:33David.Manowitzlinkissue6634 messages
2012-03-23 19:16:33David.Manowitzcreate