New submission from sbt <shibt...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue12338> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com