[issue7361] importlib not checking bytecode length

Brett Cannon report at bugs.python.org
Wed Feb 3 09:02:17 CET 2010


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

I can't reproduce the failure as running test_multiprocessing and then test_importlib does not show any left over stuff in the interpreter what would lead to importlib being used for __import__. But as the IndexError part is a valid issue I am renaming the issue.

----------
title: Strange importlib error during test_multiprocessing failure -> importlib not checking bytecode length

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


More information about the Python-bugs-list mailing list