This was a weird bug that I wasn't able to reproduce with a unit test but would always get in the arena. Somehow, numpy's internal string representation, str_ got exported, and since it's not a str, caused the exception to be thrown. Whenever this bug appeared, a whale was on the team.
This was a weird bug that I wasn't able to reproduce with a unit test but would always get in the arena. Somehow, numpy's internal string representation,
str_
got exported, and since it's not astr
, caused the exception to be thrown. Whenever this bug appeared, a whale was on the team.