This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients steve.dower
Date 2020-05-04.16:34:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588610043.03.0.653935213542.issue40501@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-05-04 16:34:03steve.dowersetrecipients: + steve.dower
2020-05-04 16:34:03steve.dowersetmessageid: <1588610043.03.0.653935213542.issue40501@roundup.psfhosted.org>
2020-05-04 16:34:02steve.dowerlinkissue40501 messages
2020-05-04 16:34:02steve.dowercreate