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, benjamin.peterson, ezio.melotti, lemburg, serhiy.storchaka, vstinner
Date 2013-10-31.13:27:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383226053.75.0.296098161216.issue19457@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.

I tested with Python compiled in narrow or wide build: len(u'\ud83d\udc9d') value changes depending if the file is compiled to PYC in narrow or wide build. Oh, I have a headache. I didn't remember that Python 2 was so much broken with non-BMP characters :-p
History
Date User Action Args
2013-10-31 13:27:33vstinnersetrecipients: + vstinner, lemburg, benjamin.peterson, ezio.melotti, Arfrever, serhiy.storchaka
2013-10-31 13:27:33vstinnersetmessageid: <1383226053.75.0.296098161216.issue19457@psf.upfronthosting.co.za>
2013-10-31 13:27:33vstinnerlinkissue19457 messages
2013-10-31 13:27:33vstinnercreate