Message56323
| 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:26 | aminusfu | set | spambayes_score: 0.0605395 -> 0.060539454 recipients: + aminusfu |
| 2007-10-10 19:56:26 | aminusfu | set | spambayes_score: 0.0605395 -> 0.0605395 messageid: <1192046186.55.0.804669715206.issue1257@psf.upfronthosting.co.za> |
| 2007-10-10 19:56:26 | aminusfu | link | issue1257 messages |
| 2007-10-10 19:56:26 | aminusfu | create | |