[issue7442] _localemodule.c: str2uni() with different LC_NUMERIC and LC_CTYPE

Stefan Krah report at bugs.python.org
Mon Nov 4 14:09:39 CET 2013


Stefan Krah added the comment:

Yes, I saw the comments. I'm still wondering if we should just write an
mbstowcs_l() function instead.

Even then, there would still be a small chance that a C extension that
creates its own thread picks up the wrong LC_CTYPE.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7442>
_______________________________________


More information about the Python-bugs-list mailing list