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 aeros
Recipients aeros, brett.cannon
Date 2019-08-20.02:48:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566269296.72.0.828504709815.issue37890@roundup.psfhosted.org>
In-reply-to
Content
Last month, several tests were moved into test_importlib (https://bugs.python.org/issue19696): "test_pkg_import.py", "test_threaded_import.py", and  "threaded_import_hangers.py".

Those tests were created quite a while ago though and do not currently utilize importlib directly. They should be updated accordingly.

Brett Cannon:
> BTW, if you want to open a new issue and modernize the tests to use importlib directly that would be great!

I'm interested in helping with this issue, but I may require some assistance as I'm not overly familiar with the internals of importlib. I'll probably start with "test_pkg_import.py". 

Anyone else can feel free to work on the other two in the meantime, but they should be worked on together as "threaded_import_hangers.py" is a dependency for "test_threaded_import.py".
History
Date User Action Args
2019-08-20 02:48:16aerossetrecipients: + aeros, brett.cannon
2019-08-20 02:48:16aerossetmessageid: <1566269296.72.0.828504709815.issue37890@roundup.psfhosted.org>
2019-08-20 02:48:16aeroslinkissue37890 messages
2019-08-20 02:48:16aeroscreate