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, ned.deily
Date 2018-03-14.20:50:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521060654.87.0.467229070634.issue33036@psf.upfronthosting.co.za>
In-reply-to
Content
Hmmm, still failing for me. I wonder if it's something specific to my machine.

```
git reset --hard 3.6 && make clean && git pull && ./configure --with-pydebug && make -j && ./python.exe -m unittest -v test.test_selectors.PollSelectorTestCase.test_above_fd_setsize
```

Related:

- https://bugs.python.org/issue18963
- https://bugs.python.org/issue21901
History
Date User Action Args
2018-03-14 20:50:54n8henriesetrecipients: + n8henrie, ned.deily
2018-03-14 20:50:54n8henriesetmessageid: <1521060654.87.0.467229070634.issue33036@psf.upfronthosting.co.za>
2018-03-14 20:50:54n8henrielinkissue33036 messages
2018-03-14 20:50:54n8henriecreate