[New-bugs-announce] [issue44978] Argument Clinic should not exclude __complex__ methods

Mark Dickinson report at bugs.python.org
Sun Aug 22 06:45:03 EDT 2021


New submission from Mark Dickinson <dickinsm at gmail.com>:

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.

----------
components: Demos and Tools
messages: 400066
nosy: mark.dickinson
priority: normal
severity: normal
status: open
title: Argument Clinic should not exclude __complex__ methods
type: behavior
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44978>
_______________________________________


More information about the New-bugs-announce mailing list