Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5c3fbe

Browse files
authored
bpo-44978: allow Argument Clinic to handle __complex__ special methods (GH-27886)
1 parent a9640d7 commit c5c3fbe

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow the Argument Clinic tool to handle ``__complex__`` special methods.

Tools/clinic/clinic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2181,7 +2181,6 @@ def __repr__(self):
21812181
__and__
21822182
__bytes__
21832183
__call__
2184-
__complex__
21852184
__delitem__
21862185
__divmod__
21872186
__eq__

0 commit comments

Comments
 (0)