[issue23852] Wrong computation of max_fd on OpenBSD

Stefan Krah report at bugs.python.org
Sat Apr 4 14:54:39 CEST 2015


Stefan Krah added the comment:

Unfortunately I don't have an OpenBSD install either.  From the
sysconf.c source ...

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/lib/libc/gen/sysconf.c?rev=1.22&content-type=text/plain


... it seems that sysconf(_SC_OPEN_MAX) also calls getrlimit().

----------

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


More information about the Python-bugs-list mailing list