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 shihai1991
Recipients petr.viktorin, shihai1991, vstinner
Date 2020-11-19.15:39:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605800347.51.0.414802827859.issue42410@roundup.psfhosted.org>
In-reply-to
Content
Touch an error when convert _functools module to use PyType_FromModuleAndSpec, the error info:
_pickle.PicklingError: Can't pickle <class 'functools.partial'>: it's not the same object as functools.partial

The related PR: PR3405
History
Date User Action Args
2020-11-19 15:39:07shihai1991setrecipients: + shihai1991, vstinner, petr.viktorin
2020-11-19 15:39:07shihai1991setmessageid: <1605800347.51.0.414802827859.issue42410@roundup.psfhosted.org>
2020-11-19 15:39:07shihai1991linkissue42410 messages
2020-11-19 15:39:07shihai1991create