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 gyu-don
Recipients gvanrossum, gyu-don, mark.dickinson, serhiy.storchaka, terry.reedy
Date 2021-03-30.08:37:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617093452.14.0.705897968145.issue24234@roundup.psfhosted.org>
In-reply-to
Content
Recently, the situation has changed. We should consider this issue again.

typing.SupportsComplex is an ABC with one abstract method __complex__.
Thus, isinstance(complex, typing.SupportsComplex) is False.
typing.SupportsBytes also.

It is nonsense.
History
Date User Action Args
2021-03-30 08:37:32gyu-donsetrecipients: + gyu-don, gvanrossum, terry.reedy, mark.dickinson, serhiy.storchaka
2021-03-30 08:37:32gyu-donsetmessageid: <1617093452.14.0.705897968145.issue24234@roundup.psfhosted.org>
2021-03-30 08:37:32gyu-donlinkissue24234 messages
2021-03-30 08:37:32gyu-doncreate