STINNER Victor <victor.stin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8654>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to