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:53:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520614438.13.0.467229070634.issue33036@psf.upfronthosting.co.za>
In-reply-to
Content
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
```
History
Date User Action Args
2018-03-09 16:53:58n8henriesetrecipients: + n8henrie
2018-03-09 16:53:58n8henriesetmessageid: <1520614438.13.0.467229070634.issue33036@psf.upfronthosting.co.za>
2018-03-09 16:53:58n8henrielinkissue33036 messages
2018-03-09 16:53:58n8henriecreate