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 eudoxos
Recipients amaury.forgeotdarc, brett.cannon, docs@python, eudoxos, ncoghlan, r.david.murray
Date 2012-10-17.08:22:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350462166.2.0.392276384343.issue16194@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, that's what I suggested at the end of msg172656 - including modulename in the key.

Brett, would it be OK if I make patch against 3.3 (or head, if you prefer) to key by (modulename,filename) for compiled modules?

I had a look at importlib.machinery.ExtensionFileLoader and it will suffer from the same issue.

Should I open a separate bug for the post-3.3 patch, and keep this as documentation bug for 2.7?
History
Date User Action Args
2012-10-17 08:22:46eudoxossetrecipients: + eudoxos, brett.cannon, amaury.forgeotdarc, ncoghlan, r.david.murray, docs@python
2012-10-17 08:22:46eudoxossetmessageid: <1350462166.2.0.392276384343.issue16194@psf.upfronthosting.co.za>
2012-10-17 08:22:46eudoxoslinkissue16194 messages
2012-10-17 08:22:46eudoxoscreate