Skip to content

Commit 95eb7f3

Browse files
Merge pull request #544 from neutrinoceros/bug/527-intern_strings
2 parents 2f60978 + d4990a8 commit 95eb7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bottleneck/src/nonreduce_axis_template.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ intern_strings(void) {
409409
pystr_n = PyUnicode_InternFromString("n");
410410
pystr_kth = PyUnicode_InternFromString("kth");
411411
pystr_axis = PyUnicode_InternFromString("axis");
412-
return pystr_a && pystr_n && pystr_axis;
412+
return pystr_a && pystr_n && pystr_kth && pystr_axis;
413413
}
414414

415415
/* nonreducer_axis ------------------------------------------------------- */

0 commit comments

Comments
 (0)