[issue33036] test_selectors.PollSelectorTestCase failing on macOS 10.13.3

Nathan Henrie report at bugs.python.org
Wed Mar 14 16:50:54 EDT 2018


Nathan Henrie <n8henrie at gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33036>
_______________________________________


More information about the Python-bugs-list mailing list