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 <20080321123505.DAE3B3A40B1@sparrow.telecommunity.com>
In-reply-to <1206102245.91.0.480177386953.issue2439@psf.upfronthosting. 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