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 cjw296
Recipients cjw296
Date 2020-02-25.18:44:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582656298.71.0.311320793162.issue39753@roundup.psfhosted.org>
In-reply-to
Content
Surprised partials have no explicit signature:

>>> p.__signature__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'functools.partial' object has no attribute '__signature__'
History
Date User Action Args
2020-02-25 18:44:58cjw296setrecipients: + cjw296
2020-02-25 18:44:58cjw296setmessageid: <1582656298.71.0.311320793162.issue39753@roundup.psfhosted.org>
2020-02-25 18:44:58cjw296linkissue39753 messages
2020-02-25 18:44:58cjw296create