[issue23852] Wrong computation of max_fd on OpenBSD

Gregory P. Smith report at bugs.python.org
Tue Apr 14 23:43:30 CEST 2015


Gregory P. Smith added the comment:

yeah, that's fine.  just surround the call to getrlimit with appropriate openbsd ifdef's and a comment.  it is _probably_ async signal safe given the nature of the function in most implementations even though it isn't on the official posix list (many things are).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23852>
_______________________________________


More information about the Python-bugs-list mailing list