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 mark.dickinson
Recipients corona10, ethan smith, gvanrossum, gyu-don, mark.dickinson, serhiy.storchaka, terry.reedy
Date 2021-08-22.11:03:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629630225.17.0.859497954224.issue24234@roundup.psfhosted.org>
In-reply-to
Content
If the goal is to have `isinstance(obj, typing.SupportsComplex)` pass for objects that are convertible to complex, then we'll need `int.__complex__` and `float.__complex__` implementations as well as `complex.__complex__`.
History
Date User Action Args
2021-08-22 11:03:45mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, terry.reedy, serhiy.storchaka, ethan smith, corona10, gyu-don
2021-08-22 11:03:45mark.dickinsonsetmessageid: <1629630225.17.0.859497954224.issue24234@roundup.psfhosted.org>
2021-08-22 11:03:45mark.dickinsonlinkissue24234 messages
2021-08-22 11:03:45mark.dickinsoncreate