Message204855
Am I correct in thinking that you're simply replacing the OSError(EINTR) with returning empty lists? This is bound to subtly break code, e.g. the code that expects reasonably that a return value of three empty lists means the timeout really ran out (i.e. the version of the code that is already the most careful). Shouldn't you restart the poll with the remaining time until timeout? |
|
Date |
User |
Action |
Args |
2013-11-30 22:58:33 | arigo | set | recipients:
+ arigo, gvanrossum, gregory.p.smith, pitrou, vstinner, giampaolo.rodola, neologix, sbt, koobs |
2013-11-30 22:58:33 | arigo | set | messageid: <1385852313.06.0.621902119747.issue18885@psf.upfronthosting.co.za> |
2013-11-30 22:58:33 | arigo | link | issue18885 messages |
2013-11-30 22:58:32 | arigo | create | |
|