We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e2117 commit 107bec5Copy full SHA for 107bec5
1 file changed
src/include/umath/promoters.hpp
@@ -94,7 +94,7 @@ quad_ldexp_promoter(PyUFuncObject *ufunc, PyArray_DTypeMeta *op_dtypes[],
94
Py_INCREF(&QuadPrecDType);
95
new_op_dtypes[0] = &QuadPrecDType;
96
97
- // Promote the exponent to PyLongDType (unless signature specifies otherwise)
+ // Promote the exponent to PyArray_IntpDType (unless signature specifies otherwise)
98
if (signature[1] != NULL) {
99
Py_INCREF(signature[1]);
100
new_op_dtypes[1] = signature[1];
0 commit comments