Pickle in C does not work
Marco Sulla
Marco.Sulla.Python at gmail.com
Tue Oct 20 10:12:24 EDT 2020
On Tue, 20 Oct 2020 at 16:07, Serhiy Storchaka <storchaka at gmail.com> wrote:
> You can use PyDict_New() + PyDict_Merge() to create a dict from your
> mapping.
>
Well, yes, I know. I just wrote it for simplicity now. Do you think this is
the problem?
I forgot to say that copy and deepcopy works. For what I know, they use
__reduce__ if it's present.
> tp_name of your class should include the module name.
>
It will be done :-)
More information about the Python-list
mailing list