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 mark.dickinson
Recipients belopolsky, georg.brandl, mark.dickinson, pitrou, rhettinger, rnk, tim.golden, tim.peters
Date 2010-07-16.21:11:27
SpamBayes Score 0.028539773
Marked as misclassified No
Message-id <1279314689.86.0.15378459876.issue9079@psf.upfronthosting.co.za>
In-reply-to
Content
> Hmm, after thinking about it, what happens is that the C object file is
> not used at all, so it's probably optimized away by the linker.

That sounds right.  I recall similar problems with pymath.c at one stage:  none of the functions it defined was being used in the core, so it didn't get compiled into the python executable and the build failed similarly.
History
Date User Action Args
2010-07-16 21:11:30mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, georg.brandl, rhettinger, belopolsky, pitrou, tim.golden, rnk
2010-07-16 21:11:29mark.dickinsonsetmessageid: <1279314689.86.0.15378459876.issue9079@psf.upfronthosting.co.za>
2010-07-16 21:11:28mark.dickinsonlinkissue9079 messages
2010-07-16 21:11:28mark.dickinsoncreate