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 BTaskaya
Recipients BTaskaya, gvanrossum, hauntsaninja, kj, levkivskyi, serhiy.storchaka
Date 2020-11-16.09:25:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605518729.22.0.502761482808.issue42102@roundup.psfhosted.org>
In-reply-to
Content
> Sorry, but making builtins.callable generic looks wrong to me. It is a predicate, not a constructor. If it would be called "iscallable" instead of "callable" nobody would propose to make it generic, right? It's just a coincidence that the name of this predicate equals to the name of typing.Callable and collections.abc.Callable.

I concur with Serhiy on this.
History
Date User Action Args
2020-11-16 09:25:29BTaskayasetrecipients: + BTaskaya, gvanrossum, serhiy.storchaka, levkivskyi, hauntsaninja, kj
2020-11-16 09:25:29BTaskayasetmessageid: <1605518729.22.0.502761482808.issue42102@roundup.psfhosted.org>
2020-11-16 09:25:29BTaskayalinkissue42102 messages
2020-11-16 09:25:29BTaskayacreate