Message255081
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? |
|
Date |
User |
Action |
Args |
2015-11-22 02:12:07 | martin.panter | set | recipients:
+ martin.panter, vstinner, Aleksey Kladov |
2015-11-22 02:12:07 | martin.panter | set | messageid: <1448158327.6.0.93033536019.issue25680@psf.upfronthosting.co.za> |
2015-11-22 02:12:07 | martin.panter | link | issue25680 messages |
2015-11-22 02:12:06 | martin.panter | create | |
|