• Jeremy Hylton's avatar
    Don't coerce Missing.Value to a non-numeric type. · 18624392
    Jeremy Hylton authored
    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?
    18624392
Missing.c 6.92 KB