[issue12561] Compiler workaround for wide string constants in Modules/getpath.c (patch)

STINNER Victor report at bugs.python.org
Fri Jul 15 18:14:34 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Stinner - is the patch you mentioned in a released version
> of Python 3.2?

Yes, Python 3.2.1. (It's not part of Python 3.1.)

> Also, how is it affected by the fact that the (wide char) strings
> in question are constants?

I don't remember exactly. My patch uses the locale encoding at runtime instead of using the locale encoding of the compiler. See issue #6011 for the details.

----------

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


More information about the Python-bugs-list mailing list