STINNER Victor <vstin...@redhat.com> added the comment:

https://docs.python.org/dev/whatsnew/3.8.html#optimizations

"""uuid.UUID now uses __slots__ to reduce its memory footprint. Note that this 
means that instances can no longer be weak-referenced and that arbitrary 
attributes can no longer be added to them."""

Oh ok, now I understand previous comments. Yeah, the note should be removed.

----------

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

Reply via email to