[issue43592] test_importlib: test_multiprocessing_pool_circular_import() fails with "Too many open files" error on os.pipe()

Gregory P. Smith report at bugs.python.org
Thu Oct 21 17:20:01 EDT 2021


Gregory P. Smith <greg at krypto.org> added the comment:

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.

----------
assignee:  -> gregory.p.smith
components: +macOS
nosy: +gregory.p.smith, ronaldoussoren
stage:  -> patch review
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43592>
_______________________________________


More information about the Python-bugs-list mailing list