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 serhiy.storchaka
Recipients AstraLuma, BreamoreBoy, a.badger, berker.peksag, demian.brecht, eric.araujo, jafo, loewis, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2015-03-18.10:38:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426675100.34.0.262347286147.issue2211@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Victor.

This patch should fix pickling/unpickling.

Interesting, we should check all other cases when instance attribute was converted to a property. They are potentially break pickle compatibility.
History
Date User Action Args
2015-03-18 10:38:20serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, jafo, vstinner, AstraLuma, eric.araujo, a.badger, r.david.murray, BreamoreBoy, python-dev, berker.peksag, demian.brecht
2015-03-18 10:38:20serhiy.storchakasetmessageid: <1426675100.34.0.262347286147.issue2211@psf.upfronthosting.co.za>
2015-03-18 10:38:20serhiy.storchakalinkissue2211 messages
2015-03-18 10:38:19serhiy.storchakacreate