• Jeremy Hylton's avatar
    Fix core dump in PyArg_ParseTuple() with Unicode arguments. · 77b8b679
    Jeremy Hylton yazdı
    Reported by Fredrik Lundh on python-dev.
    
    The conversimple() code that handles Unicode arguments and converts
    them to the default encoding now calls converterr() with the original
    Unicode argument instead of the NULL returned by the failed encoding
    attempt.
    77b8b679
getargs.c 30 KB