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 neologix
Recipients giampaolo.rodola, neologix, pitrou, vstinner
Date 2013-11-05.19:40:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383680437.85.0.867322454474.issue18923@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch with a better logic: in the previous version - based on current poll-based implementation, the FD was inferred from the event (i.e. read ready -> stdout/stderr, write ready -> stderr). The new version directly checks the ready file object instead. I also added an extra safety in case an unknown FD is returned (which should never happen).
History
Date User Action Args
2013-11-05 19:40:37neologixsetrecipients: + neologix, pitrou, vstinner, giampaolo.rodola
2013-11-05 19:40:37neologixsetmessageid: <1383680437.85.0.867322454474.issue18923@psf.upfronthosting.co.za>
2013-11-05 19:40:37neologixlinkissue18923 messages
2013-11-05 19:40:37neologixcreate