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 Antony.Lee, pitrou, serhiy.storchaka
Date 2021-09-01.07:08:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630480094.83.0.788412211685.issue27175@roundup.psfhosted.org>
In-reply-to
Content
It would be nice to have simple general mechanism for everloading names of modules, classes and functions, similar to _compat_pickle. Currently you can do this with creating a subclass of Unpickler and overloading find_class(), but it is not so convenient. There is no way to register standard replacements globally.
History
Date User Action Args
2021-09-01 07:08:14serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, Antony.Lee
2021-09-01 07:08:14serhiy.storchakasetmessageid: <1630480094.83.0.788412211685.issue27175@roundup.psfhosted.org>
2021-09-01 07:08:14serhiy.storchakalinkissue27175 messages
2021-09-01 07:08:14serhiy.storchakacreate