New submission from Mark Dickinson <dicki...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44978>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to