We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2675738 commit 2bc6bc7Copy full SHA for 2bc6bc7
Modules/_testcapi/numbers.c
@@ -45,7 +45,7 @@ BINARYFUNC(Divmod, divmod)
45
\
46
NULLABLE(o1); \
47
NULLABLE(o2); \
48
- return PyNumber_Power(o1, o2, o3); \
+ return PyNumber_##funcsuffix(o1, o2, o3); \
49
};
50
51
TERNARYFUNC(Power, power)
0 commit comments