Message 110498 - Python tracker (original) (raw)
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.