summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-07-22 00:09:32 (GMT)
committerGitHub <noreply@github.com>2020-07-22 00:09:32 (GMT)
commit00466db22168579509fe6aa6cb47cdd89dfb9141 (patch)
treeb758651ba7fe5be3426c8c8cf727ee782a15da71 /Misc
parentd6ba8c8e16b844e2c21bfe96217dd62dc50e9014 (diff)
downloadcpython-00466db22168579509fe6aa6cb47cdd89dfb9141.zip
cpython-00466db22168579509fe6aa6cb47cdd89dfb9141.tar.gz
cpython-00466db22168579509fe6aa6cb47cdd89dfb9141.tar.bz2
bpo-41364: Reduce import overhead of uuid module (GH-21586)
(cherry picked from commit bf2f76ec0976c09de79c8827764f30e3b6fba776) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-07-21-21-45-55.bpo-41364.5O-k7A.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-07-21-21-45-55.bpo-41364.5O-k7A.rst b/Misc/NEWS.d/next/Library/2020-07-21-21-45-55.bpo-41364.5O-k7A.rst
new file mode 100644
index 0000000..f136e89
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-07-21-21-45-55.bpo-41364.5O-k7A.rst
@@ -0,0 +1 @@
+Reduce import overhead of :mod:`uuid`.