This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, belopolsky, eric.araujo, lemburg, loewis, pitrou, r.david.murray, scoder, stutzbach, vstinner, zooko
Date 2011-09-29.19:38:10
SpamBayes Score 1.4190467e-06
Marked as misclassified No
Message-id <1317325091.26.0.265860437493.issue8654@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-09-29 19:38:11vstinnersetrecipients: + vstinner, lemburg, loewis, zooko, belopolsky, pitrou, scoder, stutzbach, eric.araujo, Arfrever, r.david.murray
2011-09-29 19:38:11vstinnersetmessageid: <1317325091.26.0.265860437493.issue8654@psf.upfronthosting.co.za>
2011-09-29 19:38:10vstinnerlinkissue8654 messages
2011-09-29 19:38:10vstinnercreate