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 Aleksey Kladov, martin.panter, vstinner
Date 2015-11-22.02:12:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448158327.6.0.93033536019.issue25680@psf.upfronthosting.co.za>
In-reply-to
Content
I would expect it to hang (until the timeout expired) of no files are added. If it returns an empty list, that should mean the timeout expired.

I guess Mac uses KqueueSelector. I would certainly expect SelectSelector to hang. Maybe the underlying kqueue implementation behaves differently though. Perhaps Python should handle this as a special case in the selectors module?
History
Date User Action Args
2015-11-22 02:12:07martin.pantersetrecipients: + martin.panter, vstinner, Aleksey Kladov
2015-11-22 02:12:07martin.pantersetmessageid: <1448158327.6.0.93033536019.issue25680@psf.upfronthosting.co.za>
2015-11-22 02:12:07martin.panterlinkissue25680 messages
2015-11-22 02:12:06martin.pantercreate