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 wbolster
Recipients Nir Soffer, dheiberg, josh.r, serhiy.storchaka, taleinat, vstinner, wbolster
Date 2019-01-14.18:12:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547489528.3.0.881948224684.issue35701@roundup.psfhosted.org>
In-reply-to
Content
the test could be sth like

x = uuid.uuid4()
y = weakref.ref(x)
assert x is y()
History
Date User Action Args
2019-01-14 18:12:10wbolstersetrecipients: + wbolster, vstinner, taleinat, serhiy.storchaka, josh.r, Nir Soffer, dheiberg
2019-01-14 18:12:08wbolstersetmessageid: <1547489528.3.0.881948224684.issue35701@roundup.psfhosted.org>
2019-01-14 18:12:08wbolsterlinkissue35701 messages
2019-01-14 18:12:08wbolstercreate