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 Marc.Abramowitz
Recipients Marc.Abramowitz, Ronan.Lamy, brett.cannon, jcea, ncoghlan
Date 2012-06-26.22:50:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340751021.95.0.0140083600421.issue15031@psf.upfronthosting.co.za>
In-reply-to
Content
Another package that inspects pyc files and which also ran into trouble because of the 8 to 12 byte change is distribute.

See: https://bitbucket.org/tarek/distribute/issue/283/bdist_egg-issues-with-python-330ax

Some kind of abstraction for loading pyc files would be nice.
History
Date User Action Args
2012-06-26 22:50:22Marc.Abramowitzsetrecipients: + Marc.Abramowitz, brett.cannon, jcea, ncoghlan, Ronan.Lamy
2012-06-26 22:50:21Marc.Abramowitzsetmessageid: <1340751021.95.0.0140083600421.issue15031@psf.upfronthosting.co.za>
2012-06-26 22:50:21Marc.Abramowitzlinkissue15031 messages
2012-06-26 22:50:19Marc.Abramowitzcreate