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 gregory.p.smith
Recipients gregory.p.smith, lielfr, lukasz.langa, ned.deily, ronaldoussoren, vstinner
Date 2021-10-21.21:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634851201.2.0.911191201474.issue43592@roundup.psfhosted.org>
In-reply-to
Content
macOS often has an unreasonably low default max number of file descriptors.  This is easy to raise from user code, it's a soft limit.

https://github.com/python/cpython/pull/29127

is out to try that from regrtest itself.
History
Date User Action Args
2021-10-21 21:20:01gregory.p.smithsetrecipients: + gregory.p.smith, ronaldoussoren, vstinner, ned.deily, lukasz.langa, lielfr
2021-10-21 21:20:01gregory.p.smithsetmessageid: <1634851201.2.0.911191201474.issue43592@roundup.psfhosted.org>
2021-10-21 21:20:01gregory.p.smithlinkissue43592 messages
2021-10-21 21:20:01gregory.p.smithcreate