]> granicus.if.org Git - python/commit
bpo-19696: Move threaded_import_hangers (GH-14655)
authorKyle Stanley <aeros167@gmail.com>
Fri, 12 Jul 2019 21:22:05 +0000 (17:22 -0400)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Jul 2019 21:22:05 +0000 (14:22 -0700)
commita65c977552507dd19d2cc073fc91ae22cc66bbff
treea34a6b622225274236cc79489421c8d10040d9c6
parentc8e7146de257930ea8d0d4aa74b3a64fcaa79d4b
bpo-19696: Move threaded_import_hangers (GH-14655)

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
Lib/test/test_importlib/test_threaded_import.py
Lib/test/test_importlib/threaded_import_hangers.py [moved from Lib/test/threaded_import_hangers.py with 100% similarity]