[issue33036] test_selectors.PollSelectorTestCase failing on macOS 10.13.3

Nathan Henrie report at bugs.python.org
Thu Mar 15 04:09:31 EDT 2018


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

Thanks for the response -- I'll keep looking, feel free to close since it's
not being reproduced.

```
$ sysctl kern.maxfilesperproc
kern.maxfilesperproc: 64000
$ ./python.exe -c 'import resource;
print(resource.getrlimit(resource.RLIMIT_NOFILE))'
(64000, 524288)
```

Nope, admin access.

----------

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


More information about the Python-bugs-list mailing list