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 MicroTransactionsMatterToo
Recipients MicroTransactionsMatterToo, ned.deily, ronaldoussoren
Date 2016-09-11.23:36:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473637008.93.0.918549766701.issue28087@psf.upfronthosting.co.za>
In-reply-to
Content
Upon calling the select.poll objects poll method with no file descriptors registered, it will return an empty list immediately, regardless of the timeout given. This is a problem in the Mac OS X kernels implementation of the poll syscall, but the test can be easily fixed by binding a throwaway socket to the poll objects, and then using the poll method as usual.

Build details are attached
History
Date User Action Args
2016-09-11 23:36:55MicroTransactionsMatterToosetrecipients: + MicroTransactionsMatterToo, ronaldoussoren, ned.deily
2016-09-11 23:36:48MicroTransactionsMatterToosetmessageid: <1473637008.93.0.918549766701.issue28087@psf.upfronthosting.co.za>
2016-09-11 23:36:48MicroTransactionsMatterToolinkissue28087 messages
2016-09-11 23:36:48MicroTransactionsMatterToocreate