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 amaury.forgeotdarc, ezio.melotti, lemburg, pitrou, rhettinger, vstinner
Date 2011-04-14.13:02:41
SpamBayes Score 0.0026143799
Marked as misclassified No
Message-id <1302786161.87.0.938780638129.issue5057@psf.upfronthosting.co.za>
In-reply-to
Content
> ... which does not give the same result in UCS-2 and UCS-4 builds.
> As a result, the pyc file is not portable across those builds.

Since Python 3.2, the pyc filename contains a tag (u) to indicate wide build (sys.maxunicode==0x10FFFF), instead of narrow (sys.maxunicode==0xFFFF).

I think we can keep the optimizer for Python >= 3.2. I suppose that Python 3.1 has the bug.
History
Date User Action Args
2011-04-14 13:02:41vstinnersetrecipients: + vstinner, lemburg, rhettinger, amaury.forgeotdarc, pitrou, ezio.melotti
2011-04-14 13:02:41vstinnersetmessageid: <1302786161.87.0.938780638129.issue5057@psf.upfronthosting.co.za>
2011-04-14 13:02:41vstinnerlinkissue5057 messages
2011-04-14 13:02:41vstinnercreate