This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:09serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, ned.deily, levkivskyi, miss-islington
2018-05-26 21:19:09serhiy.storchakasetmessageid: <1527369549.62.0.682650639539.issue33652@psf.upfronthosting.co.za>
2018-05-26 21:19:09serhiy.storchakalinkissue33652 messages
2018-05-26 21:19:09serhiy.storchakacreate