]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17098: Be more stringent of setting __loader__ on early imported
authorBrett Cannon <brett@python.org>
Fri, 1 Feb 2013 20:31:49 +0000 (15:31 -0500)
committerBrett Cannon <brett@python.org>
Fri, 1 Feb 2013 20:31:49 +0000 (15:31 -0500)
commitda9cf0eef8c9cb338ad71330345423c9de2e0a01
tree6308525f9a2e565f482746c6b399e808773bef73
parente7387b470876e6f3a2f4b45ed47a7a061c9fdc99
Issue #17098: Be more stringent of setting __loader__ on early imported
modules. Also made test more rigorous.
Lib/importlib/_bootstrap.py
Lib/test/test_importlib/test_api.py
Python/importlib.h