[issue7875] test_multiprocessing / importlib failure

Brett Cannon report at bugs.python.org
Sun Feb 7 21:29:06 CET 2010


Brett Cannon <brett at python.org> added the comment:

I don't know who is doing this, but from what I can tell it isn't test_imoprtlib; running with -i shows __import__ to still be the built-in one along with no new sys.path_hooks entries or stale entries in sys.path_importer_cache. Same goes for when I run test_multiprocessing after test_importlib.

I will probably have to modify regrtest to check for new values in some key places to see who the culprit is.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7875>
_______________________________________


More information about the Python-bugs-list mailing list