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 andrei.avk
Recipients StillSubjectToChange, andrei.avk, mieczyslaw.torchala, thatiparthy
Date 2021-07-09.19:13:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625857989.36.0.485146502639.issue42830@roundup.psfhosted.org>
In-reply-to
Content
Can someone w/access to a Linux system confirm if running out of FDs raises an OSError?

Something like this:

N = `ulimit -n` + 5

for x in range(N): tempfile.mkstemp()
History
Date User Action Args
2021-07-09 19:13:09andrei.avksetrecipients: + andrei.avk, thatiparthy, mieczyslaw.torchala, StillSubjectToChange
2021-07-09 19:13:09andrei.avksetmessageid: <1625857989.36.0.485146502639.issue42830@roundup.psfhosted.org>
2021-07-09 19:13:09andrei.avklinkissue42830 messages
2021-07-09 19:13:09andrei.avkcreate