bpo-19696: Move threaded_import_hangers#14655
Conversation
Update master
Due to `threaded_import_hangers` being moved to `test_importlib/`, the references must be updated.
|
Since the tests in the previous iteration of this PR failed (#14642), I made sure to run the tests as described in https://devguide.python.org/runtests/#runtests and ran |
|
@aeros167 thanks! Just an FYI, I tweaked the tense of your message to match the style we use in commit messages. |
|
@brettcannon No problem! Is there somewhere in the devguide you would recommend referring to for the preferred commit message styling? |
|
Never mind, I found a relevant section on the devguide and a link to an external guide https://chris.beams.io/posts/git-commit/. I'll be sure to check them out. |
Move `threaded_import_hangers`, a dependency of `test_threaded_import`, to the directory `test_importlib/`. Also update the import references for `threaded_import_hangers` in `test_threaded_import`. https://bugs.python.org/issue19696
Move `threaded_import_hangers`, a dependency of `test_threaded_import`, to the directory `test_importlib/`. Also update the import references for `threaded_import_hangers` in `test_threaded_import`. https://bugs.python.org/issue19696
Move
threaded_import_hangers, a dependency oftest_threaded_import, to the directorytest_importlib/. Also update the import references forthreaded_import_hangersintest_threaded_import.https://bugs.python.org/issue19696