[New-bugs-announce] [issue25680] Selector.select() hangs when there is nothing to select

Aleksey Kladov report at bugs.python.org
Fri Nov 20 09:18:22 EST 2015


New submission from Aleksey Kladov:

The following hangs on Linux

```Python
>>> import selectors
>>> s = selectors.DefaultSelector()
>>> s.select()
```

On Mac it returns an empty list.

----------
messages: 254975
nosy: Aleksey Kladov
priority: normal
severity: normal
status: open
title: Selector.select() hangs when there is nothing to select
versions: Python 3.5

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


More information about the New-bugs-announce mailing list