The except is to use the stdlib one if present. On Monday, January 20, 2014, Victor Stinner <[email protected]> wrote:
> 2014/1/20 Guido van Rossum <[email protected] <javascript:;>>: > > If you fix this in selectors.py (as opposed to the C extensions) the > > fix is (nearly) automatically incorporated in Tulip for Python 3.3. > > In fact, there are two bugs: > - select.epoll.poll(): in C mode > - selectors.PollSelector.select(): in selectors.py > > The epoll bug can be worked around in the copy of selectors.py in > Tulip. By the way, Tulip uses its own copy of selectors.py (by > default, with a "except ImportError", I don't understand the except, I > proposed to remove it in my patch). > > Victor > -- --Guido van Rossum (on iPad)
