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 pje
Recipients ncoghlan, paul.moore, pje
Date 2008-03-21.12:35:07
SpamBayes Score 0.30106053
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]. co.za>
Content
An easy way to test it: just change your load_module() to raise an 
AssertionError if the module is already in sys.modules, and the main 
body of the test to make two get_data() calls for the same module.
History
Date User Action Args
2008-03-21 12:35:09pjesetspambayes_score: 0.301061 -> 0.30106053
recipients: + pje, paul.moore, ncoghlan
2008-03-21 12:35:08pjelinkissue2439 messages
2008-03-21 12:35:07pjecreate