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 gforcada
Recipients Arfrever, brett.cannon, eric.snow, gforcada
Date 2019-06-16.21:54:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560722045.84.0.557877168257.issue19696@roundup.psfhosted.org>
In-reply-to
Content
At least test_namespace_pkgs is already moved, see https://bugs.python.org/issue21097

Should then this issue be closed?

I see that there are a few other tests that have import on its name and are outside either test_import or test_importlib:

- test_pkgimport.py
- test_threaded_import.py
- test_zipimport.py
- test_zipimport_support.py
- threaded_import_hangers.py

Should those be actually moved to test_importlib?
History
Date User Action Args
2019-06-16 21:54:05gforcadasetrecipients: + gforcada, brett.cannon, Arfrever, eric.snow
2019-06-16 21:54:05gforcadasetmessageid: <1560722045.84.0.557877168257.issue19696@roundup.psfhosted.org>
2019-06-16 21:54:05gforcadalinkissue19696 messages
2019-06-16 21:54:05gforcadacreate