Fix core dump in PyArg_ParseTuple() with Unicode arguments.
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.
J
Jeremy Hylton committed
77b8b679195c3c247a559449c4269abf9106823c
Parent: bea3fb8