Message303194
This change breaks pickle.
You should preserve forward and backward pickle compatibility.
1. Pickle data produced by old Python versions should be unpickleable with a new implementation. Implement __setstate__ for satisfying this.
2. Pickle data produced by a new implementation should be unpickleable in old Python versions. There are many ways to satisfy this, you should choose the most efficient. |
|
| Date |
User |
Action |
Args |
| 2017-09-28 07:05:25 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, wbolster, Nir Soffer |
| 2017-09-28 07:05:25 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-09-28 07:05:25 | serhiy.storchaka | link | issue30977 messages |
| 2017-09-28 07:05:25 | serhiy.storchaka | create | |
|