[New-bugs-announce] [issue33036] test_selectors.PollSelectorTestCase failing on macOS 10.13.3

Nathan Henrie report at bugs.python.org
Fri Mar 9 11:53:58 EST 2018


New submission from Nathan Henrie <n8henrie at gmail.com>:

Failing for me on latest 3.6, 3.6.1, 3.5.5, may be related to https://bugs.python.org/issue32517, presumably a change on macOS KQueue stuff.

Can anyone else on macOS 10.13.3 see if they can reproduce?

```
make clean && ./configure --with-pydebug && make -j
./python.exe -m unittest -v test.test_selectors.PollSelectorTestCase
```

----------
components: Tests
messages: 313487
nosy: n8henrie
priority: normal
severity: normal
status: open
title: test_selectors.PollSelectorTestCase failing on macOS 10.13.3
versions: Python 3.6

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


More information about the New-bugs-announce mailing list