Skip to content

Commit

Permalink
Update Modules/_testcapi/numbers.c
Browse files Browse the repository at this point in the history
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  • Loading branch information
skirpichev and serhiy-storchaka authored Nov 15, 2023
1 parent 2bc6bc7 commit 15f8a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/_testcapi/numbers.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ BINARYFUNC(Divmod, divmod)
\
NULLABLE(o1); \
NULLABLE(o2); \
NULLABLE(o3); \
return PyNumber_##funcsuffix(o1, o2, o3); \
};

Expand Down

0 comments on commit 15f8a7b

Please sign in to comment.