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 jgehrcke
Recipients Arfrever, David.Manowitz, docs@python, ggenellina, jgehrcke, pitrou, stutzbach, terry.reedy
Date 2015-02-02.18:38:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422902337.27.0.383460579807.issue6634@psf.upfronthosting.co.za>
In-reply-to
Content
For Python 2.7, we will not change behavior, even if unexpected. Instead, the sys.exit-docs should be adjusted and 

    - warn about the fact that nothing is written to stderr
      if sys.exit(msg) gets called from a non-primary thread, and

    - note that SystemExit raised in a non-primary thread lets the
      thread exit silently.

I have attached a corresponding patch, please review my wording!
History
Date User Action Args
2015-02-02 18:38:57jgehrckesetrecipients: + jgehrcke, terry.reedy, ggenellina, pitrou, stutzbach, Arfrever, docs@python, David.Manowitz
2015-02-02 18:38:57jgehrckesetmessageid: <1422902337.27.0.383460579807.issue6634@psf.upfronthosting.co.za>
2015-02-02 18:38:57jgehrckelinkissue6634 messages
2015-02-02 18:38:57jgehrckecreate