[New-bugs-announce] [issue17117] Update importlib.util.module_for_loader/set_loader to set when __loader__ = None

Brett Cannon report at bugs.python.org
Sun Feb 3 17:49:34 CET 2013


New submission from Brett Cannon:

The various importlib.util decorators involved with __loader__ should reset the attribute when it is set to None, just like for __package__.

----------
assignee: brett.cannon
components: Library (Lib)
messages: 181281
nosy: brett.cannon
priority: normal
severity: normal
stage: test needed
status: open
title: Update importlib.util.module_for_loader/set_loader to set when __loader__ = None
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list