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 n8henrie
Recipients n8henrie
Date 2018-03-09.16:55:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520614524.59.0.467229070634.issue33036@psf.upfronthosting.co.za>
In-reply-to
Content
Traceback:

```
  File "cpython/Lib/test/test_selectors.py", line 453, in test_above_fd_setsize
    self.assertEqual(NUM_FDS // 2, len(s.select()))
  File "cpython/Lib/selectors.py", line 376, in select
    fd_event_list = self._poll.poll(timeout)
OSError: [Errno 22] Invalid argument
```
History
Date User Action Args
2018-03-09 16:55:24n8henriesetrecipients: + n8henrie
2018-03-09 16:55:24n8henriesetmessageid: <1520614524.59.0.467229070634.issue33036@psf.upfronthosting.co.za>
2018-03-09 16:55:24n8henrielinkissue33036 messages
2018-03-09 16:55:24n8henriecreate