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 r.david.murray
Recipients eggy, georg.brandl, jmalicki, r.david.murray
Date 2009-08-27.00:59:11
SpamBayes Score 3.4759182e-07
Marked as misclassified No
Message-id <1251334755.41.0.774000859839.issue4684@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a version of your program that calls sys.exit from a thread
other than the main one.  That sys.exit does not cause python to shut
down.  Exiting the main program by "falling off the end" does not result
in Python shutdown (pass an arbitrary argument to the example program to
see this). 

So what we have here, I believe, is a documentation problem, and I've
updated the issue to reflect that.  Please note in particular the last
two caveats in the 'thread' docs; I don't consider these adequate
documentation, but they do seem to be relevant to the issue at hand.

Does this make sense to you?

Note that issue 6634 should also be addressed in any update to the
relevant areas of the documentation.
History
Date User Action Args
2009-08-27 00:59:15r.david.murraysetrecipients: + r.david.murray, georg.brandl, eggy, jmalicki
2009-08-27 00:59:15r.david.murraysetmessageid: <1251334755.41.0.774000859839.issue4684@psf.upfronthosting.co.za>
2009-08-27 00:59:12r.david.murraylinkissue4684 messages
2009-08-27 00:59:12r.david.murraycreate