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 aminusfu
Recipients aminusfu
Date 2007-10-10.19:56:25
SpamBayes Score 0.060539454
Marked as misclassified No
Message-id <1192046186.55.0.804669715206.issue1257@psf.upfronthosting.co.za>
In-reply-to
Content
While debugging/fixing the logging module's atexit behavior (see
http://www.cherrypy.org/ticket/646 -- it chokes atexit if stdout is
closed), it became difficult to write an automated test that verified
the bug occurred, since it happened at program exit. Returning a nonzero
exit code when atexit errors occur would be preferable to just printing
the error. Of course, if SystemExit is already raised, we should
propagate that out, but other exceptions should print the traceback and
then return some other code IMO.
History
Date User Action Args
2007-10-10 19:56:26aminusfusetspambayes_score: 0.0605395 -> 0.060539454
recipients: + aminusfu
2007-10-10 19:56:26aminusfusetspambayes_score: 0.0605395 -> 0.0605395
messageid: <1192046186.55.0.804669715206.issue1257@psf.upfronthosting.co.za>
2007-10-10 19:56:26aminusfulinkissue1257 messages
2007-10-10 19:56:26aminusfucreate