Message 333863 - Python tracker

Message333863

Author vstinner
Recipients Nir Soffer, dheiberg, josh.r, serhiy.storchaka, taleinat, vstinner, wbolster
Date 2019-01-17.12:42:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547728933.11.0.688470665773.issue35701@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-01-17 12:42:15vstinnersetrecipients: + vstinner, taleinat, serhiy.storchaka, wbolster, josh.r, Nir Soffer, dheiberg
2019-01-17 12:42:13vstinnersetmessageid: <1547728933.11.0.688470665773.issue35701@roundup.psfhosted.org>
2019-01-17 12:42:13vstinnerlinkissue35701 messages
2019-01-17 12:42:13vstinnercreate