[PyPy-issue] [issue696] importing.py ignores all StreamErrors

Armin Rigo pypy-dev-issue at codespeak.net
Wed Apr 27 20:27:26 CEST 2011


New submission from Armin Rigo <armin.rigo at gmail.com>:

pypy.module.imp.importing needs to be fixed to not eat all StreamErrors, at
least at one place.  It has the effect that e.g. if we are low on remaining file
descriptors, importing some more modules will fail with just a very confusing
"ImportError: modulename".

----------
effort: ???
messages: 2433
nosy: pypy-issue
priority: bug
release: ???
status: unread
title: importing.py ignores all StreamErrors

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue696>
_______________________________________________________



More information about the Pypy-issue mailing list