Message208142
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. |
|
| 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: <[email protected]> |
| 2014-01-15 05:24:04 | eric.snow | link | issue20261 messages |
| 2014-01-15 05:24:04 | eric.snow | create | |
|