summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-09-28 21:03:06 (GMT)
committerGitHub <noreply@github.com>2017-09-28 21:03:06 (GMT)
commita106aec2ed6ba171838ca7e6ba43c4e722bbecd1 (patch)
tree2a242b9061198d40f40d2921818e6da8089a9b50 /Misc
parent8d59aca4a953b097a9b02b0ecafef840e4ac5855 (diff)
downloadcpython-a106aec2ed6ba171838ca7e6ba43c4e722bbecd1.zip
cpython-a106aec2ed6ba171838ca7e6ba43c4e722bbecd1.tar.gz
cpython-a106aec2ed6ba171838ca7e6ba43c4e722bbecd1.tar.bz2
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-09-28-13-17-33.bpo-20519.FteeQQ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-28-13-17-33.bpo-20519.FteeQQ.rst b/Misc/NEWS.d/next/Library/2017-09-28-13-17-33.bpo-20519.FteeQQ.rst
new file mode 100644
index 0000000..ef86c47
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-09-28-13-17-33.bpo-20519.FteeQQ.rst
@@ -0,0 +1 @@
+Avoid ctypes use (if possible) and improve import time for uuid.