Message208142
| 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:04 | eric.snow | set | recipients: + eric.snow, barry, pitrou, alexandre.vassalotti, Arfrever, docs@python |
| 2014-01-15 05:24:04 | eric.snow | set | messageid: <1389763444.37.0.322002027451.issue20261@psf.upfronthosting.co.za> |
| 2014-01-15 05:24:04 | eric.snow | link | issue20261 messages |
| 2014-01-15 05:24:04 | eric.snow | create | |