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 Numerlor, serhiy.storchaka, steven.daprano
Date 2022-02-13.11:51:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644753068.99.0.968583878958.issue39805@roundup.psfhosted.org>
In-reply-to
Content
It is by design. Functions and types are pickled by name. The copy module uses the pickling protocol and only use different methods for performance or for non-pickleable objects. Changing this will break existing code.
History
Date User Action Args
2022-02-13 11:51:09serhiy.storchakasetrecipients: + serhiy.storchaka, steven.daprano, Numerlor
2022-02-13 11:51:08serhiy.storchakasetmessageid: <1644753068.99.0.968583878958.issue39805@roundup.psfhosted.org>
2022-02-13 11:51:08serhiy.storchakalinkissue39805 messages
2022-02-13 11:51:08serhiy.storchakacreate