From: Kyle Stanley Date: Fri, 5 Jul 2019 21:22:42 +0000 (-0400) Subject: Move test_threaded_import.py to test_importlib/ (GH-14582) X-Git-Tag: v3.9.0a1~1085 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bad02cc3c881e5b55e1d3db5a3ce3aaf02ce8536;p=thirdparty%2FPython%2Fcpython.git Move test_threaded_import.py to test_importlib/ (GH-14582) --- diff --git a/Lib/test/test_threaded_import.py b/Lib/test/test_importlib/test_threaded_import.py similarity index 100% rename from Lib/test/test_threaded_import.py rename to Lib/test/test_importlib/test_threaded_import.py