This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Aleksey Kladov
Recipients Aleksey Kladov
Date 2015-11-20.14:18:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448029102.96.0.470819036773.issue25680@psf.upfronthosting.co.za>
In-reply-to
Content
The following hangs on Linux

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

On Mac it returns an empty list.
History
Date User Action Args
2015-11-20 14:18:22Aleksey Kladovsetrecipients: + Aleksey Kladov
2015-11-20 14:18:22Aleksey Kladovsetmessageid: <1448029102.96.0.470819036773.issue25680@psf.upfronthosting.co.za>
2015-11-20 14:18:22Aleksey Kladovlinkissue25680 messages
2015-11-20 14:18:22Aleksey Kladovcreate