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 martin.panter
Recipients martin.panter, palaviv
Date 2016-02-22.10:50:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456138236.97.0.0906451544633.issue26392@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest to reject this. Checking a flag before using a shared file descriptor is a recipe for a race condition, and in this case, unspecified behaviour: <http://man7.org/linux/man-pages/man2/select.2.html#NOTES> (applies to select and poll).
History
Date User Action Args
2016-02-22 10:50:36martin.pantersetrecipients: + martin.panter, palaviv
2016-02-22 10:50:36martin.pantersetmessageid: <1456138236.97.0.0906451544633.issue26392@psf.upfronthosting.co.za>
2016-02-22 10:50:36martin.panterlinkissue26392 messages
2016-02-22 10:50:36martin.pantercreate