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 graingert
Recipients asvetlov, graingert, yselivanov
Date 2021-09-24.08:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632471036.7.0.15153501951.issue45276@roundup.psfhosted.org>
In-reply-to
Content
the weak collections should have the same threadsafe/thread unsafe guarantees as their strong reference counterparts - eg dict.copy and set.copy are atomic and so the weak versions should be atomic also
History
Date User Action Args
2021-09-24 08:10:36graingertsetrecipients: + graingert, asvetlov, yselivanov
2021-09-24 08:10:36graingertsetmessageid: <1632471036.7.0.15153501951.issue45276@roundup.psfhosted.org>
2021-09-24 08:10:36graingertlinkissue45276 messages
2021-09-24 08:10:36graingertcreate