[issue42410] Raise a pickleError when convert _functools module to use PyType_FromModuleAndSpec

Serhiy Storchaka report at bugs.python.org
Mon Nov 23 14:50:19 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

It looks like you imported the functools module twice and have two different classes functools.partial. When you try to import one of them, you found the other one.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list