Message177201
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? |
|
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 | |
|