bpo-44978: allow Argument Clinic to handle __complex__ special methods (GH-27886)

This commit is contained in:
Mark Dickinson 2021-08-22 13:13:26 +01:00 committed by GitHub
parent a9640d7553
commit c5c3fbe2a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1 @@
Allow the Argument Clinic tool to handle ``__complex__`` special methods.

View file

@ -2181,7 +2181,6 @@ def __repr__(self):
__and__
__bytes__
__call__
__complex__
__delitem__
__divmod__
__eq__