summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael H <michael@michaelhall.tech>2025-01-06 23:03:27 (GMT)
committerGitHub <noreply@github.com>2025-01-06 23:03:27 (GMT)
commit7363476b6405e3d288a61282aa7bc6aca9c2114d (patch)
treee10f563bb1d29a6f8eeec81ebead8c62d1aee989 /Misc
parent61c1a2478e6da8dc6dbdce4d6ac66b03d5963710 (diff)
downloadcpython-7363476b6405e3d288a61282aa7bc6aca9c2114d.zip
cpython-7363476b6405e3d288a61282aa7bc6aca9c2114d.tar.gz
cpython-7363476b6405e3d288a61282aa7bc6aca9c2114d.tar.bz2
gh-128559: Remove typing import from asyncio.timeouts (#128560)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2025-01-06-21-35-00.gh-issue-128559.6fxcDM.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2025-01-06-21-35-00.gh-issue-128559.6fxcDM.rst b/Misc/NEWS.d/next/Library/2025-01-06-21-35-00.gh-issue-128559.6fxcDM.rst
new file mode 100644
index 0000000..7f9380d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2025-01-06-21-35-00.gh-issue-128559.6fxcDM.rst
@@ -0,0 +1 @@
+Improved import time of :mod:`asyncio`.