Message317766
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. |
|
| 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 | |
|