Message317766
| Author | serhiy.storchaka |
|---|---|
| Recipients | gvanrossum, levkivskyi, miss-islington, ned.deily, serhiy.storchaka |
| Date | 2018-05-26.21:19:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527369549.62.0.682650639539.issue33652@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There is a question -- what to do with all these __getstate__ and __setstate__ methods? They are part of the pickle protocol, but they are not used when define __reduce__. And they are not needed for supporting compatibility with older versions, because in 3.6 pickleable generic types were pickled by name. I think it is better to remove these methods. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-26 21:19:09 | serhiy.storchaka | set | recipients: + serhiy.storchaka, gvanrossum, ned.deily, levkivskyi, miss-islington |
| 2018-05-26 21:19:09 | serhiy.storchaka | set | messageid: <1527369549.62.0.682650639539.issue33652@psf.upfronthosting.co.za> |
| 2018-05-26 21:19:09 | serhiy.storchaka | link | issue33652 messages |
| 2018-05-26 21:19:09 | serhiy.storchaka | create | |