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 serhiy.storchaka
Recipients Arfrever, benjamin.peterson, ezio.melotti, lemburg, serhiy.storchaka, vstinner
Date 2013-10-31.13:19:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383225546.88.0.0374009645238.issue19457@psf.upfronthosting.co.za>
In-reply-to
Content
> +        if u'\ud83d\udc9d' != u'\U0001f49d':
>
> If would prefer a test on sys.maxunicode, something like:
>
>    if sys.maxunicode == 0xffff:

No. 1. The check is true only on wide build. 2. It depends on how test module was loaded, true if it loaded from .py-file and false if it loaded from .py[co]-file.
History
Date User Action Args
2013-10-31 13:19:06serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, vstinner, benjamin.peterson, ezio.melotti, Arfrever
2013-10-31 13:19:06serhiy.storchakasetmessageid: <1383225546.88.0.0374009645238.issue19457@psf.upfronthosting.co.za>
2013-10-31 13:19:06serhiy.storchakalinkissue19457 messages
2013-10-31 13:19:06serhiy.storchakacreate