[issue9096] importlib doesn't handle valid marshalled data with invalid semantics

Brett Cannon report at bugs.python.org
Thu Jul 1 08:28:22 CEST 2010


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

Turns out that an ImportError should be raised when a bytecode object contains a non-code object. My next patch which makes SourceLoader the primary loader will have the fix.

----------
components: +Library (Lib)
resolution:  -> accepted
type:  -> behavior
versions: +Python 3.2

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


More information about the Python-bugs-list mailing list