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 lukasz.langa, serhiy.storchaka, uriyyo
Date 2021-07-24.09:12:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627117949.01.0.223966326744.issue44676@roundup.psfhosted.org>
In-reply-to
Content
It is not good to use private method in pickle, because we will not be able to get rid of it for backward compatibility. Why not use functools.reduce()?
History
Date User Action Args
2021-07-24 09:12:29serhiy.storchakasetrecipients: + serhiy.storchaka, lukasz.langa, uriyyo
2021-07-24 09:12:29serhiy.storchakasetmessageid: <1627117949.01.0.223966326744.issue44676@roundup.psfhosted.org>
2021-07-24 09:12:29serhiy.storchakalinkissue44676 messages
2021-07-24 09:12:28serhiy.storchakacreate