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 ncoghlan
Recipients brett.cannon, eric.snow, larry, ncoghlan
Date 2013-12-22.03:03:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7cysJS0ymp6mUCwvKUR7FYuoTdd7awvM-=+=BisuJ=JpQ@mail.gmail.com>
In-reply-to <1387654906.94.0.28810383699.issue19927@psf.upfronthosting.co.za>
Content
That reminds me: I ended up working around this in the runpy tests by only
checking the loader type was correct in the module specs. With an improved
definition of equality for loaders, the runpy tests could be both
simplified *and* made more rigorous at the same time (by simply comparing
specs for equality, the same as the other module level attributes).
History
Date User Action Args
2013-12-22 03:03:53ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, eric.snow
2013-12-22 03:03:53ncoghlanlinkissue19927 messages
2013-12-22 03:03:52ncoghlancreate