]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-108303: Move more typing related files to Lib/test/typinganndata (GH-111825...
authorNikita Sobolev <mail@sobolevn.me>
Wed, 8 Nov 2023 17:19:47 +0000 (20:19 +0300)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 17:19:47 +0000 (17:19 +0000)
Lib/test/test_typing.py
Lib/test/typinganndata/_typed_dict_helper.py [moved from Lib/test/_typed_dict_helper.py with 100% similarity]
Lib/test/typinganndata/mod_generics_cache.py [moved from Lib/test/mod_generics_cache.py with 100% similarity]

index fa279b557de2c65b633ff6723b55d7e75d4e2b27..30056e49ae29d9583f7b708f92189b49e78b24cf 100644 (file)
@@ -44,8 +44,7 @@ import weakref
 import types
 
 from test.support import import_helper, captured_stderr, cpython_only
-from test import mod_generics_cache
-from test import _typed_dict_helper
+from test.typinganndata import mod_generics_cache, _typed_dict_helper
 
 
 py_typing = import_helper.import_fresh_module('typing', blocked=['_typing'])