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 rhettinger
Recipients georg.brandl, pitrou, rhettinger, serhiy.storchaka, twouters
Date 2017-06-18.06:09:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497766194.31.0.722645429999.issue30691@psf.upfronthosting.co.za>
In-reply-to
Content
> If you pickle also hard refereces to the items,
>  a WeakSet can be pickled and unpickled as expected (after 
> fixing __reduce__).

That seems contrary to the original intent of a WeakSet.  I recommend not going down the path of adding pickle support.

If copying is also broken, then it is reasonable to either fix it or remove it depending on whether a fix is straight-forward.
History
Date User Action Args
2017-06-18 06:09:54rhettingersetrecipients: + rhettinger, twouters, georg.brandl, pitrou, serhiy.storchaka
2017-06-18 06:09:54rhettingersetmessageid: <1497766194.31.0.722645429999.issue30691@psf.upfronthosting.co.za>
2017-06-18 06:09:54rhettingerlinkissue30691 messages
2017-06-18 06:09:54rhettingercreate