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-15.08:09:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAOMt5FAH4rMAa0w03Lp2v69Xp565=pGRHYdnkY5b4kvdYr8pPA@mail.gmail.com>
In-reply-to <1521069658.56.0.467229070634.issue33036@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2018-03-15 08:09:31n8henriesetrecipients: + n8henrie, ned.deily
2018-03-15 08:09:30n8henrielinkissue33036 messages
2018-03-15 08:09:30n8henriecreate