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 gvanrossum, serhiy.storchaka
Date 2018-09-30.18:14:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538331263.14.0.545547206417.issue34856@psf.upfronthosting.co.za>
In-reply-to
Content
>>> f = lambda x, y=1: x+y
>>> f
<lambda x, y=1: x + y at 0x7f437cd27890>

Currently it is less informative: "<function <lambda> at 0x7f437cd27890>".
History
Date User Action Args
2018-09-30 18:14:23serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum
2018-09-30 18:14:23serhiy.storchakasetmessageid: <1538331263.14.0.545547206417.issue34856@psf.upfronthosting.co.za>
2018-09-30 18:14:23serhiy.storchakalinkissue34856 messages
2018-09-30 18:14:23serhiy.storchakacreate