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 Nir Soffer
Recipients Nir Soffer, wbolster
Date 2017-07-21.00:56:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500598584.92.0.986611447829.issue30977@psf.upfronthosting.co.za>
In-reply-to
Content
This saves memory, but using str(uuid.uuid4()) requires even less memory.
If you really want to save memory, you can keep the uuid.uuid4().int.

Can you explain someone would like to have 1000000 uuid objects, instead of 1000000 strings? What is the advantage of keeping UUID objects around?
History
Date User Action Args
2017-07-21 00:56:24Nir Soffersetrecipients: + Nir Soffer, wbolster
2017-07-21 00:56:24Nir Soffersetmessageid: <1500598584.92.0.986611447829.issue30977@psf.upfronthosting.co.za>
2017-07-21 00:56:24Nir Sofferlinkissue30977 messages
2017-07-21 00:56:24Nir Soffercreate