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.

classification
Title: Make uuid module functions usable without ctypes
Type: behavior Stage:
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: amaury.forgeotdarc, hdima
Priority: normal Keywords: patch

Created on 2008-11-20 14:44 by hdima, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
uuid.patch hdima, 2008-11-20 14:44 uuid module patch
Messages (2)
msg76107 - (view) Author: Dmitry Vasiliev (hdima) Date: 2008-11-20 14:44
The attached patch removes dependency on ctypes from uuid.uuid1() and
uuid.uuid4() functions.
msg76207 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-11-21 22:08
Fixed in r63718 (trunk) and r63719 (2.6)
Thanks for the report!
History
Date User Action Args
2022-04-11 14:56:41adminsetgithub: 48613
2008-11-21 22:08:48amaury.forgeotdarcsetstatus: open -> closed
resolution: fixed
messages: + msg76207
nosy: + amaury.forgeotdarc
2008-11-20 14:44:27hdimacreate