Issue 4363: Make uuid module functions usable without ctypes (original) (raw)

Issue4363

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:41 admin set github: 48613
2008-11-21 22:08:48 amaury.forgeotdarc set status: open -> closedresolution: fixedmessages: + nosy: + amaury.forgeotdarc
2008-11-20 14:44:27 hdima create