Message 173142 - Python tracker
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?