[New-bugs-announce] [issue12338] multiprocessing.util._eintr_retry doen't recalculate timeouts

sbt report at bugs.python.org
Wed Jun 15 15:24:28 CEST 2011


New submission from sbt <shibturn at gmail.com>:

multiprocessing.util._eintr_retry is only used to wrap select.select, but it fails to recalculate timeouts.

Also, it will never retry the function it wraps because of a missing "import errno".

I think it would be better to just implement the retrying version of select directly.

----------
messages: 138364
nosy: sbt
priority: normal
severity: normal
status: open
title: multiprocessing.util._eintr_retry doen't recalculate timeouts

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12338>
_______________________________________


More information about the New-bugs-announce mailing list