[issue8654] Improve ABI compatibility between UCS2 and UCS4 builds

STINNER Victor report at bugs.python.org
Thu Sep 29 21:38:11 CEST 2011


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

The PEP 393 has been accepted. There is no more narrow or wide build, Py_UNICODE is now always wchar_t.

We have also a stable ABI which doesn't depend on the internal stucture of Unicode strings.

In Python 3.2, the name of dynamic libraries is also different if the module was compiled in narrow or wide mode. See the PEP 3149.

I think that it is enough. Can we close the issue?

----------

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


More information about the Python-bugs-list mailing list