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 pitrou
Recipients lemburg, loewis, pitrou, stutzbach
Date 2010-05-21.13:59:24
SpamBayes Score 7.162168e-05
Marked as misclassified No
Message-id <1274450361.3145.8.camel@localhost.localdomain>
In-reply-to <1274450105.57.0.555651103047.issue8781@psf.upfronthosting.co.za>
Content
> Another option would be to test Py_UNICODE_SIZE == SIZEOF_WCHAR_T to
> enable the optimizations, instead of defined(HAVE_USABLE_WCHAR_T).
> The plus side is that we wouldn't be changing the semantics of
> anything.

I guess it's sufficient, indeed.
Besides, the optimizations don't really seem to be used in any critical
paths anyway...
History
Date User Action Args
2010-05-21 13:59:26pitrousetrecipients: + pitrou, lemburg, loewis, stutzbach
2010-05-21 13:59:24pitroulinkissue8781 messages
2010-05-21 13:59:24pitroucreate