commit | a65c977552507dd19d2cc073fc91ae22cc66bbff | [log] [tgz] |
---|---|---|
author | Kyle Stanley <aeros167@gmail.com> | Fri Jul 12 17:22:05 2019 -0400 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jul 12 14:22:05 2019 -0700 |
tree | a34a6b622225274236cc79489421c8d10040d9c6 | |
parent | c8e7146de257930ea8d0d4aa74b3a64fcaa79d4b [diff] |
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