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 kj
Recipients gvanrossum, hauntsaninja, kj, levkivskyi
Date 2020-10-21.01:48:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603244887.69.0.111932044199.issue42102@roundup.psfhosted.org>
In-reply-to
Content
+1 to this. I'm more surprised that callable wasn't already able to do that (also surprised at the ``isinstance(x, callable)`` code crashing). 

I think the implementation would be slightly different than what you proposed. I'd like to give it a shot if you aren't already doing this, and if there's more support for this too.
History
Date User Action Args
2020-10-21 01:48:07kjsetrecipients: + kj, gvanrossum, levkivskyi, hauntsaninja
2020-10-21 01:48:07kjsetmessageid: <1603244887.69.0.111932044199.issue42102@roundup.psfhosted.org>
2020-10-21 01:48:07kjlinkissue42102 messages
2020-10-21 01:48:07kjcreate