summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-05-12 22:32:32 (GMT)
committerGitHub <noreply@github.com>2020-05-12 22:32:32 (GMT)
commitd6b727e2c947240804b8e434b305ba2890122550 (patch)
tree4c5fac2f2dc01a00c8ab450ef46f6507657f48e1 /Misc
parentf453221c8b80e0570066a9375337f208d50e6406 (diff)
downloadcpython-d6b727e2c947240804b8e434b305ba2890122550.zip
cpython-d6b727e2c947240804b8e434b305ba2890122550.tar.gz
cpython-d6b727e2c947240804b8e434b305ba2890122550.tar.bz2
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Security/2020-05-06-00-41-11.bpo-40501._61wv_.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2020-05-06-00-41-11.bpo-40501._61wv_.rst b/Misc/NEWS.d/next/Security/2020-05-06-00-41-11.bpo-40501._61wv_.rst
new file mode 100644
index 0000000..5ce22eb
--- /dev/null
+++ b/Misc/NEWS.d/next/Security/2020-05-06-00-41-11.bpo-40501._61wv_.rst
@@ -0,0 +1,2 @@
+:mod:`uuid` no longer uses :mod:`ctypes` to load :file:`libuuid` or
+:file:`rpcrt4.dll` at runtime.