[New-bugs-announce] [issue42410] Raise a pickleError when convert _functools module to use PyType_FromModuleAndSpec

hai shi report at bugs.python.org
Thu Nov 19 10:39:07 EST 2020


New submission from hai shi <shihai1991 at 126.com>:

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

----------
components: Extension Modules
messages: 381436
nosy: petr.viktorin, shihai1991, vstinner
priority: normal
severity: normal
status: open
title: Raise a pickleError when convert _functools module to use PyType_FromModuleAndSpec
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42410>
_______________________________________


More information about the New-bugs-announce mailing list