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 paul.moore
Recipients ncoghlan, paul.moore, pje
Date 2008-03-21.13:07:04
SpamBayes Score 0.0075409594
Marked as misclassified No
Message-id <1206104826.09.0.760131605711.issue2439@psf.upfronthosting.co.za>
In-reply-to
Content
But that's not a valid loader.

I'm still struggling here. I see what you're trying to get at, but I
can't see how I can write a valid loader that does this.

To test the problem you're suggesting (that the code calls load_module
when the module is already loaded) I need a valid loader which does
something detectably different of the module is already loaded when it runs.

Obviously, I can fix the get_data code - that's not even remotely hard.
But I'd rather create a failing test with the current code, so that I
can confirm that the "problem" is fixed. At the moment, I can't even
demonstrate a problem!
History
Date User Action Args
2008-03-21 13:07:06paul.mooresetspambayes_score: 0.00754096 -> 0.0075409594
recipients: + paul.moore, pje, ncoghlan
2008-03-21 13:07:06paul.mooresetspambayes_score: 0.00754096 -> 0.00754096
messageid: <1206104826.09.0.760131605711.issue2439@psf.upfronthosting.co.za>
2008-03-21 13:07:05paul.moorelinkissue2439 messages
2008-03-21 13:07:04paul.moorecreate