Message368066
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. |
|
Date |
User |
Action |
Args |
2020-05-04 16:34:03 | steve.dower | set | recipients:
+ steve.dower |
2020-05-04 16:34:03 | steve.dower | set | messageid: <1588610043.03.0.653935213542.issue40501@roundup.psfhosted.org> |
2020-05-04 16:34:02 | steve.dower | link | issue40501 messages |
2020-05-04 16:34:02 | steve.dower | create | |
|