This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:20serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, asvetlov
2012-12-09 07:03:20serhiy.storchakasetmessageid: <1355036600.83.0.376355184043.issue16650@psf.upfronthosting.co.za>
2012-12-09 07:03:20serhiy.storchakalinkissue16650 messages
2012-12-09 07:03:20serhiy.storchakacreate