Skip to content

Commit

Permalink
bpo-44978: allow Argument Clinic to handle __complex__ special methods (
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson authored Aug 22, 2021
1 parent a9640d7 commit c5c3fbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Allow the Argument Clinic tool to handle ``__complex__`` special methods.
1 change: 0 additions & 1 deletion Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2181,7 +2181,6 @@ def __repr__(self):
__and__
__bytes__
__call__
__complex__
__delitem__
__divmod__
__eq__
Expand Down

0 comments on commit c5c3fbe

Please sign in to comment.