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.14:15:06
SpamBayes Score 0.026898125
Marked as misclassified No
Message-id <1206108908.61.0.105609406839.issue2439@psf.upfronthosting.co.za>
In-reply-to
Content
It has to be a valid loader, as I see no reason to support loaders that
aren't valid. In any case, I did try incrementing a counter and it
doesn't demonstrate the problem. If you try the currently attached
patch, you should see that. (I assume you've tried or at least read the
current patch - but the fact that you're suggesting the approach I have
implemented makes me wonder. I did re-upload the patch after you
reported the issue - msg 64225 - maybe you didn't notice this, as I
deleted the old patch?) If you do see what I mean, please tell me where
my code is wrong. I don't want to add a fix without a test showing why
the current behaviour is wrong. The test_alreadyloaded test is intended
to do that, but the current pkgutil code doesn't fail the test - so
either the test is wrong (and I'd appreciate help fixing the test) or
the "problem" isn't real, and I can leave the code as is.
History
Date User Action Args
2008-03-21 14:15:08paul.mooresetspambayes_score: 0.0268981 -> 0.026898125
recipients: + paul.moore, pje, ncoghlan
2008-03-21 14:15:08paul.mooresetspambayes_score: 0.0268981 -> 0.0268981
messageid: <1206108908.61.0.105609406839.issue2439@psf.upfronthosting.co.za>
2008-03-21 14:15:07paul.moorelinkissue2439 messages
2008-03-21 14:15:06paul.moorecreate