This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients Yury.Selivanov, barry, brett.cannon, eric.smith, eric.snow, jaraco
Date 2012-04-25.14:56:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335365800.84.0.960851879521.issue14660@psf.upfronthosting.co.za>
In-reply-to
Content
Ah. I didn't realize that reload called load_module. I'll back out the change I just made, then.

My point was that the original call to load_module isn't made through the normal "a finder returned me a loader, so I'll call it" code path. It's always made through the "I know I have a NamespaceLoader" path.
History
Date User Action Args
2012-04-25 14:56:40eric.smithsetrecipients: + eric.smith, barry, brett.cannon, jaraco, Yury.Selivanov, eric.snow
2012-04-25 14:56:40eric.smithsetmessageid: <1335365800.84.0.960851879521.issue14660@psf.upfronthosting.co.za>
2012-04-25 14:56:40eric.smithlinkissue14660 messages
2012-04-25 14:56:40eric.smithcreate