Message177201
| Author | serhiy.storchaka |
|---|---|
| Recipients | asvetlov, pitrou, serhiy.storchaka |
| Date | 2012-12-09.07:03:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1355036600.83.0.376355184043.issue16650@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As noted in Popen._internal_poll() docstring this method cannot reference anything outside of the local scope. However it references errno.ECHILD. The proposed patch fixes this. Is it good that Popen._handle_exitstatus() references building SubprocessError? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-09 07:03:20 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, asvetlov |
| 2012-12-09 07:03:20 | serhiy.storchaka | set | messageid: <1355036600.83.0.376355184043.issue16650@psf.upfronthosting.co.za> |
| 2012-12-09 07:03:20 | serhiy.storchaka | link | issue16650 messages |
| 2012-12-09 07:03:20 | serhiy.storchaka | create | |