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 ced
Recipients ced, davin, gregory.p.smith, skrah
Date 2015-04-03.18:11:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428084677.89.0.30867239019.issue23852@psf.upfronthosting.co.za>
In-reply-to
Content
The problem comes from safe_get_max_fd which return a too low value because of a bug in sysconf on OpenBSD [1]:

The value for _SC_STREAM_MAX is a minimum maximum, and required to be the same as ANSI C's FOPEN_MAX, so the returned value is a ridiculously small and misleading number.

[1] http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/sysconf.3
History
Date User Action Args
2015-04-03 18:11:17cedsetrecipients: + ced, gregory.p.smith, skrah, davin
2015-04-03 18:11:17cedsetmessageid: <1428084677.89.0.30867239019.issue23852@psf.upfronthosting.co.za>
2015-04-03 18:11:17cedlinkissue23852 messages
2015-04-03 18:11:17cedcreate