]> granicus.if.org Git - python/commit
Issue #17098: Make sure every module has __loader__ defined.
authorBrett Cannon <brett@python.org>
Fri, 1 Feb 2013 19:04:12 +0000 (14:04 -0500)
committerBrett Cannon <brett@python.org>
Fri, 1 Feb 2013 19:04:12 +0000 (14:04 -0500)
commit0ecd30b4af4f5bd3c9e884a608e0a256ffe8f5fa
tree0405597273a346a2b543218253fad1b2c3038e64
parent89fa86b0355a2dcfc8bbb5ebc6dfa1092dd82d19
Issue #17098: Make sure every module has __loader__ defined.

Thanks to Thomas Heller for the bug report.
Lib/importlib/_bootstrap.py
Misc/NEWS
Modules/signalmodule.c
Python/importlib.h