[issue40501] Deprecate and remove ctypes usage in uuid

Steve Dower report at bugs.python.org
Mon May 4 12:34:03 EDT 2020


New submission from Steve Dower <steve.dower at python.org>:

The uuid module uses ctypes to try and load likely system libraries to provide some functionality of the uuid module.

This is a security risk (depending on your sensitivity to DLL hijacking), but it also seems to be not very necessary? It would be nice to remove the ctypes usage from an otherwise (almost) pure Python module.

----------
components: Library (Lib)
messages: 368066
nosy: steve.dower
priority: normal
severity: normal
stage: test needed
status: open
title: Deprecate and remove ctypes usage in uuid
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40501>
_______________________________________


More information about the Python-bugs-list mailing list