Andrei Kulakov <andrei....@gmail.com> added the comment:
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() ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42830> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com