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 serhiy.storchaka
Recipients petr.viktorin, serhiy.storchaka, shihai1991, vstinner
Date 2020-11-23.19:50:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606161019.15.0.815900081109.issue42410@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-11-23 19:50:19serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, petr.viktorin, shihai1991
2020-11-23 19:50:19serhiy.storchakasetmessageid: <1606161019.15.0.815900081109.issue42410@roundup.psfhosted.org>
2020-11-23 19:50:19serhiy.storchakalinkissue42410 messages
2020-11-23 19:50:19serhiy.storchakacreate