Message177164
| Author | serhiy.storchaka |
|---|---|
| Recipients | ezio.melotti, michael.foord, pitrou, serhiy.storchaka |
| Date | 2012-12-08.17:03:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1354986235.92.0.873586035968.issue16644@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Test ContextManagerTests.test_invalid_args() in file Lib/test/test_subprocess.py contains code which has no sense. When Popen() fail then this code will not reachable. When Popen() success then c.exception will not assigned. Here is a patch with right test. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-08 17:03:56 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, ezio.melotti, michael.foord |
| 2012-12-08 17:03:55 | serhiy.storchaka | set | messageid: <1354986235.92.0.873586035968.issue16644@psf.upfronthosting.co.za> |
| 2012-12-08 17:03:55 | serhiy.storchaka | link | issue16644 messages |
| 2012-12-08 17:03:55 | serhiy.storchaka | create | |