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 berker.peksag
Recipients anthony-flury, berker.peksag, cbelu, xtreak
Date 2018-09-16.02:29:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537064998.6.0.956365154283.issue32153@psf.upfronthosting.co.za>
In-reply-to
Content
Or we can special case functools.partial() in _copy_func_details() and use partial_object.func.__name__.

(I'm not sure which solution is better, but we need to the same thing for __doc__ as well.)
History
Date User Action Args
2018-09-16 02:29:58berker.peksagsetrecipients: + berker.peksag, anthony-flury, cbelu, xtreak
2018-09-16 02:29:58berker.peksagsetmessageid: <1537064998.6.0.956365154283.issue32153@psf.upfronthosting.co.za>
2018-09-16 02:29:58berker.peksaglinkissue32153 messages
2018-09-16 02:29:58berker.peksagcreate