Message381440
> _pickle.PicklingError: Can't pickle <class 'functools.partial'>: it's not the same object as functools.partial
I don't understand this error. It looks like a bug in functools.
The PR 23407 looks like a workaround rather than a fix.
You should analyze why "cls != obj" conditon is true: why cls is not obj? |
|
Date |
User |
Action |
Args |
2020-11-19 16:45:56 | vstinner | set | recipients:
+ vstinner, petr.viktorin, shihai1991 |
2020-11-19 16:45:56 | vstinner | set | messageid: <1605804356.86.0.0893798895102.issue42410@roundup.psfhosted.org> |
2020-11-19 16:45:56 | vstinner | link | issue42410 messages |
2020-11-19 16:45:56 | vstinner | create | |
|