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 mark.dickinson
Date 2021-08-22.10:45:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629629103.05.0.72351239388.issue44978@roundup.psfhosted.org>
In-reply-to
Content
The argument clinic currently refuses to handle a __complex__ method. However, unlike __int__ and __float__, __complex__ should require no special handling by the argument clinic, since there's no dedicated slot for the __complex__ method.

PR arriving shortly.
History
Date User Action Args
2021-08-22 10:45:03mark.dickinsonsetrecipients: + mark.dickinson
2021-08-22 10:45:03mark.dickinsonsetmessageid: <1629629103.05.0.72351239388.issue44978@roundup.psfhosted.org>
2021-08-22 10:45:03mark.dickinsonlinkissue44978 messages
2021-08-22 10:45:02mark.dickinsoncreate