Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 992c3f6

Browse filesBrowse files
authored
[3.12] gh-108303: Move more typing related files to Lib/test/typinganndata (GH-111825) (#111859)
[3.12] gh-108303: Move more typing related files to Lib/test/typinganndata(GH-111825)
1 parent 42699c8 commit 992c3f6
Copy full SHA for 992c3f6

File tree

4 files changed

+2
-3
lines changed
Filter options

4 files changed

+2
-3
lines changed

‎Lib/test/test_type_aliases.py

Copy file name to clipboardExpand all lines: Lib/test/test_type_aliases.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import types
33
import unittest
44
from test.support import check_syntax_error, run_code
5-
from test import mod_generics_cache
5+
from test.typinganndata import mod_generics_cache
66

77
from typing import Callable, TypeAliasType, TypeVar, get_args
88

‎Lib/test/test_typing.py

Copy file name to clipboardExpand all lines: Lib/test/test_typing.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
import types
4747

4848
from test.support import import_helper, captured_stderr, cpython_only
49-
from test import mod_generics_cache
50-
from test import _typed_dict_helper
49+
from test.typinganndata import mod_generics_cache, _typed_dict_helper
5150

5251

5352
CANNOT_SUBCLASS_TYPE = 'Cannot subclass special typing classes'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.