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 Arfrever
Recipients Arfrever, brett.cannon, eric.araujo, eric.smith, eric.snow, lemburg, ncoghlan, pitrou, python-dev
Date 2012-05-07.15:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336405351.06.0.455127553331.issue14657@psf.upfronthosting.co.za>
In-reply-to
Content
It might be sufficient to only run tests from the following files with both importlib._bootstrap and _frozen_importlib:
test_imp.py
test_import.py
test_importhooks.py
test_importlib.py
test_pkgimport.py
test_threaded_import.py
test_zipimport.py
test_zipimport_support.py
History
Date User Action Args
2012-05-07 15:42:31Arfreversetrecipients: + Arfrever, lemburg, brett.cannon, ncoghlan, pitrou, eric.smith, eric.araujo, python-dev, eric.snow
2012-05-07 15:42:31Arfreversetmessageid: <1336405351.06.0.455127553331.issue14657@psf.upfronthosting.co.za>
2012-05-07 15:42:30Arfreverlinkissue14657 messages
2012-05-07 15:42:30Arfrevercreate