Message179984
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon, ezio.melotti, zach.ware |
| Date | 2013-01-14.22:28:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1358202536.32.0.186874863031.issue16968@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The way I would replace test_main() would be:
if __name__ == '__main__':
try:
test.support.reap_threads(unittest.main)()
finally:
test.support_reap_children() |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-01-14 22:28:56 | brett.cannon | set | recipients: + brett.cannon, ezio.melotti, zach.ware |
| 2013-01-14 22:28:56 | brett.cannon | set | messageid: <1358202536.32.0.186874863031.issue16968@psf.upfronthosting.co.za> |
| 2013-01-14 22:28:56 | brett.cannon | link | issue16968 messages |
| 2013-01-14 22:28:56 | brett.cannon | create | |