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 Rhamphoryncus
Recipients Rhamphoryncus, benjamin.peterson, ezio.melotti, hippietrail, jwilk, l.mastrodomenico, lemburg, terry.reedy
Date 2009-10-04.00:09:25
SpamBayes Score 4.1831498e-07
Marked as misclassified No
Message-id <1254614968.56.0.957346980958.issue3297@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the failure mode has changed here, presumably due to issue
#3672 patches.  It now always fails, even after loading from a .pyc. 
This is using py3k via bzr, which reports itself as 3.2a0

$ rm unicodetest.pyc 
$ ./python -c 'import unicodetest'
Result: False
Len: 2 1
Repr: '\ud800\udd23' '\U00010123'
[28877 refs]
$ ./python -c 'import unicodetest'
Result: False
Len: 2 1
Repr: '\ud800\udd23' '\U00010123'
[28708 refs]
History
Date User Action Args
2009-10-04 00:09:29Rhamphoryncussetrecipients: + Rhamphoryncus, lemburg, terry.reedy, l.mastrodomenico, benjamin.peterson, jwilk, ezio.melotti, hippietrail
2009-10-04 00:09:28Rhamphoryncussetmessageid: <1254614968.56.0.957346980958.issue3297@psf.upfronthosting.co.za>
2009-10-04 00:09:27Rhamphoryncuslinkissue3297 messages
2009-10-04 00:09:25Rhamphoryncuscreate