diff options
author | Steve Dower <steve.dower@python.org> | 2020-05-12 22:32:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 22:32:32 (GMT) |
commit | d6b727e2c947240804b8e434b305ba2890122550 (patch) | |
tree | 4c5fac2f2dc01a00c8ab450ef46f6507657f48e1 /Misc | |
parent | f453221c8b80e0570066a9375337f208d50e6406 (diff) | |
download | cpython-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_.rst | 2 |
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. |