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 pitrou
Recipients Arfrever, alexandre.vassalotti, asvetlov, neologix, pitrou, rhettinger, serhiy.storchaka
Date 2013-05-03.17:42:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367602955.2556.1.camel@fsol>
In-reply-to <1367602642.59.0.966054663456.issue17810@psf.upfronthosting.co.za>
Content
> I think it could be worthwhile to investigate a generic API for
> pickling collections in-place. For example, a such API would helpful
> for pickling set subclasses in-place.

Is the use case important enough? Otherwise, this is more
__special_method__ complication that we'll have to maintain for pickle's
only use.
History
Date User Action Args
2013-05-03 17:42:37pitrousetrecipients: + pitrou, rhettinger, alexandre.vassalotti, Arfrever, asvetlov, neologix, serhiy.storchaka
2013-05-03 17:42:37pitroulinkissue17810 messages
2013-05-03 17:42:37pitroucreate