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 eric.araujo
Recipients eric.araujo, ocean-city, tarek
Date 2010-08-11.03:31:55
SpamBayes Score 5.952801e-07
Marked as misclassified No
Message-id <1281497518.51.0.499969874667.issue9558@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the report. “release blocker” is a bit strong here, usually it’s set by release managers themselves or by people having their agreement (unless I’m mistaken).

Does “python -m distutils.test.test_build_ext” pass? Do yo have tested your bug with recent 2.7 and 3.2 versions?

I don’t know windows so I don’t really understand the bug. Does this link program have documentation that explains what the exit status mean? I also can’t see how your patch solves the problem. Paths in the traceback don’t match what’s removed in your diff, so I suspect this is a bug with your code (happens to the best! :), or a weird thing like filesystem issues. If test_build_ext doesn’t fail, we’ll see about reproducing the bug.
History
Date User Action Args
2010-08-11 03:31:58eric.araujosetrecipients: + eric.araujo, ocean-city, tarek
2010-08-11 03:31:58eric.araujosetmessageid: <1281497518.51.0.499969874667.issue9558@psf.upfronthosting.co.za>
2010-08-11 03:31:56eric.araujolinkissue9558 messages
2010-08-11 03:31:55eric.araujocreate