Nir Soffer added the comment:

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?

----------
nosy: +Nir Soffer

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30977>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to