Don't coerce Missing.Value to a non-numeric type.
Fixes crash reported by Tres Seaver. Missing.Value offered to coerce itself to unicode. unicode_compare() blew up because it expected that the other argument had been converted to unicode. XXX But why does this implement coercion at all?
Showing
Please register or sign in to comment