Skip to content

Commit adf7fc9

Browse files
DaraanAlexWaygood
andauthored
Update src/typing_extensions.py
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 9a2c4bc commit adf7fc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/typing_extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4302,10 +4302,12 @@ def type_repr(value):
43024302
# and some users rely on it.
43034303
"_AnnotatedAlias",
43044304
]
4305+
43054306
# Breakpoint: https://github.com/python/cpython/pull/133602
43064307
if sys.version_info < (3, 15, 0):
43074308
_typing_names.append("no_type_check_decorator")
43084309
__all__.append("no_type_check_decorator")
4310+
43094311
globals().update(
43104312
{name: getattr(typing, name) for name in _typing_names if hasattr(typing, name)}
43114313
)

0 commit comments

Comments
 (0)