Message56324
| Author | lakin.wecker |
|---|---|
| Recipients | aminusfu, lakin.wecker |
| Date | 2007-10-10.20:03:53 |
| SpamBayes Score | 0.07271802 |
| Marked as misclassified | No |
| Message-id | <1192046634.55.0.213311009741.issue1257@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I am an agreeance with the original report. I just finished writing an automated test that did the following to work around this behavior: 46 # Sometimes an exception happens during exit, try to make sure we get 47 # a non_zero exit code. 48 old_exitfunc = sys.exitfunc 49 def exitfunc(): 50 try: 51 old_exitfunc() 52 except SystemExit: 53 raise 54 except: 55 raise SystemExit(1) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-10-10 20:03:54 | lakin.wecker | set | spambayes_score: 0.072718 -> 0.07271802 recipients: + lakin.wecker, aminusfu |
| 2007-10-10 20:03:54 | lakin.wecker | set | spambayes_score: 0.072718 -> 0.072718 messageid: <1192046634.55.0.213311009741.issue1257@psf.upfronthosting.co.za> |
| 2007-10-10 20:03:54 | lakin.wecker | link | issue1257 messages |
| 2007-10-10 20:03:54 | lakin.wecker | create | |