[Python-Dev] test__locale weirdness

"Martin v. Löwis" martin at v.loewis.de
Wed Jul 14 07:09:18 CEST 2004


Brett C. wrote:
> In case anyone else is following/working on this, I stuck the C code 
> shown above into the beginning of the module initialization function and 
> it is wrong at that point already.

You could try to trace the setlocale calls that have been made up
that that point.

There is also a possibility that Python links with independent locale
implementations: one providing nl_langinfo, and the other providing
localeconv.

Regards,
Martin



More information about the Python-Dev mailing list