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 Arfrever, brett.cannon, eric.araujo, eric.smith, eric.snow, lemburg, ncoghlan, pitrou, python-dev
Date 2012-05-06.07:06:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336288018.04.0.37266869019.issue14657@psf.upfronthosting.co.za>
In-reply-to
Content
Forgot to add: in our own tests, we should ensure that both the frozen and on-disk versions get executed.

I believe that's already the case, since I don't recall anyone removing the test infrastructure that ensured both import.c and importlib are tested for correct behaviour.
History
Date User Action Args
2012-05-06 07:06:58ncoghlansetrecipients: + ncoghlan, lemburg, brett.cannon, pitrou, eric.smith, eric.araujo, Arfrever, python-dev, eric.snow
2012-05-06 07:06:58ncoghlansetmessageid: <1336288018.04.0.37266869019.issue14657@psf.upfronthosting.co.za>
2012-05-06 07:06:46ncoghlanlinkissue14657 messages
2012-05-06 07:06:45ncoghlancreate