Skip to content

Commit 15f8a7b

Browse files
Update Modules/_testcapi/numbers.c
Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent 2bc6bc7 commit 15f8a7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_testcapi/numbers.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ BINARYFUNC(Divmod, divmod)
4545
\
4646
NULLABLE(o1); \
4747
NULLABLE(o2); \
48+
NULLABLE(o3); \
4849
return PyNumber_##funcsuffix(o1, o2, o3); \
4950
};
5051

0 commit comments

Comments
 (0)