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 loewis
Recipients amaury.forgeotdarc, brian.curtin, jkloth, kristjan.jonsson, loewis, pitrou, python-dev, sbt
Date 2012-07-28.20:05:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343505955.23.0.472466698614.issue15431@psf.upfronthosting.co.za>
In-reply-to
Content
The last commits should address Amaury's concerns. _freeze_importlib must now be built manually, followed by a build of pythoncore.

Interestingly, the builds failed only once. When rebuilding, the builds succeeded as no attempt to build freeze_importlib was made. After the last change to freeze_importlib, they again built it, and that seems to work now.

Tentatively closing the issue again.
History
Date User Action Args
2012-07-28 20:05:55loewissetrecipients: + loewis, amaury.forgeotdarc, pitrou, kristjan.jonsson, jkloth, brian.curtin, python-dev, sbt
2012-07-28 20:05:55loewissetmessageid: <1343505955.23.0.472466698614.issue15431@psf.upfronthosting.co.za>
2012-07-28 20:05:54loewislinkissue15431 messages
2012-07-28 20:05:54loewiscreate