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 eric.snow
Recipients Arfrever, alexandre.vassalotti, barry, docs@python, eric.snow, pitrou
Date 2014-01-15.05:24:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389763444.37.0.322002027451.issue20261@psf.upfronthosting.co.za>
In-reply-to
Content
This is a duplicate of #16251, no?  Pickle looks up dunder ;) methods on instances rather than on classes, so __getattr__() gets triggered unexpectedly.  I had to work around this in some code of mine by special-casing in __getattr__() names that start with '_'.  I've said my peace over in #16251.
History
Date User Action Args
2014-01-15 05:24:04eric.snowsetrecipients: + eric.snow, barry, pitrou, alexandre.vassalotti, Arfrever, docs@python
2014-01-15 05:24:04eric.snowsetmessageid: <1389763444.37.0.322002027451.issue20261@psf.upfronthosting.co.za>
2014-01-15 05:24:04eric.snowlinkissue20261 messages
2014-01-15 05:24:04eric.snowcreate