We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f60978 + d4990a8 commit 95eb7f3Copy full SHA for 95eb7f3
bottleneck/src/nonreduce_axis_template.c
@@ -409,7 +409,7 @@ intern_strings(void) {
409
pystr_n = PyUnicode_InternFromString("n");
410
pystr_kth = PyUnicode_InternFromString("kth");
411
pystr_axis = PyUnicode_InternFromString("axis");
412
- return pystr_a && pystr_n && pystr_axis;
+ return pystr_a && pystr_n && pystr_kth && pystr_axis;
413
}
414
415
/* nonreducer_axis ------------------------------------------------------- */
0 commit comments