Message254977
Your code doesn't make sense. You listen to 0 file descriptor and wait forever until you get events, which will never occur. I'm not even sure that it should be allowed by the Selector API.
What's the point of your bug report? Does your application really rely on the behaviour of the selector when no file descriptor is registered?
The behaviour changes between Linux and OS X because the "default" selector is a different selector on Linux (epoll) and OS X (kqueue? select?) |
|
Date |
User |
Action |
Args |
2015-11-20 14:36:38 | vstinner | set | recipients:
+ vstinner, Aleksey Kladov |
2015-11-20 14:36:38 | vstinner | set | messageid: <1448030198.7.0.693514644561.issue25680@psf.upfronthosting.co.za> |
2015-11-20 14:36:38 | vstinner | link | issue25680 messages |
2015-11-20 14:36:38 | vstinner | create | |
|